Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
LiveJournal: time updater
Sets a timer for every 10 seconds to update the time when you are adding a journal entry.
You could comment on this script if you were logged in.

login to vote
I (not the script author, BTW) modified my local copy of the script. I added a line (after the getMinutes() line) to get e.g. "05" for minutes instead of e.g. "5":
if (min < 10) min = "0"+min;