Jim Meyering <[email protected]> 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, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
