Comment on Out of control Java processes when dealing with a leap second?parentComments−_thekev14yA lot simpler:date --set "`date`"−larelli14yOn a localized box, I had to run "unset LANG" first, because otherwise date doesn't seem to understand its own output.
Comments
A lot simpler:
date --set "`date`"
On a localized box, I had to run "unset LANG" first, because otherwise date doesn't seem to understand its own output.