GNU bug report logs -
#17600
Maybe a bug of `date`
Previous Next
Reported by: HoHo Zhao <hzhao <at> redhat.com>
Date: Mon, 26 May 2014 15:46:01 UTC
Severity: normal
Tags: notabug
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 17600 <at> debbugs.gnu.org (full text, mbox):
tag 17600 notabug
close 17600
stop
On 05/26/2014 09:45 AM, HoHo Zhao wrote:
> Hi team,
>
> I found this "bug" maybe I am lazy to look through the info document.
>
> Correct:
> $ TZ=UTC date -d "15:00 BST"
> Mon May 26 14:00:00 UTC 2014
>
> Correct:
> $ TZ=UTC date -d "15:00 EST"
> Mon May 26 20:00:00 UTC 2014
>
> Correct:
> $ TZ=UTC date -d "15:00 JST" (Japan Standard Time)
> Mon May 26 06:00:00 UTC 2014
>
> Wrong:
> $ TZ=UTC date -d "15:00 CST" (China Standard Time)
> Mon May 26 21:00:00 UTC 2014
>
> So the problem is with "CST" in the date STRING.
>
> Thanks,
I think this is due to the ambiguity of CST.
You're better using unambiguous location based zones
TZ=UTC date -d 'TZ="Asia/Chongqing" 15:00'
More details at http://www.pixelbeat.org/docs/linux_timezones/
thanks,
Pádraig.
This bug report was last modified 11 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.