Jim Meyering <j...@meyering.net> writes:

> To get the behavior you want (a nominally no-op date-setting command),
> you should use this instead:
>
>     date -s "$(date '+%F %T.%N')"

That fails to be a no-op during the ambigous end-of-dst period.  Better
use an unambigous format.

# date -s @$(date +%s.%N)

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



Reply via email to