GNU bug report logs - #17600
Maybe a bug of `date`

Previous Next

Package: coreutils;

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 #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: HoHo Zhao <hzhao <at> redhat.com>
To: bug-coreutils <at> gnu.org
Subject: Maybe a bug of `date`
Date: Mon, 26 May 2014 16:45:55 +0800
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,
-- 
HoHo Zhao
Regional IT Support
Red Hat Greater China




This bug report was last modified 10 years and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.