bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11843: date -s vs encoding bug.


From: Andreas Schwab
Subject: bug#11843: date -s vs encoding bug.
Date: Mon, 02 Jul 2012 19:55:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]