emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48353: closed (result of date is wrong if Etc/GMT is used)


From: GNU bug Tracking System
Subject: bug#48353: closed (result of date is wrong if Etc/GMT is used)
Date: Tue, 11 May 2021 19:09:02 +0000

Your message dated Tue, 11 May 2021 12:08:32 -0700
with message-id <2c24ee5d-7b72-7776-7ad4-0797e0f8b576@cs.ucla.edu>
and subject line Re: bug#48353: result of date is wrong if Etc/GMT is used
has caused the debbugs.gnu.org bug report #48353,
regarding result of date is wrong if Etc/GMT is used
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48353: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48353
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: result of date is wrong if Etc/GMT is used Date: Tue, 11 May 2021 10:17:37 +0000
The date command inverts the sign if TZ is set with Etc/GMT.

Example:
TZ=':Etc/GMT+5' date
Result:
Di 11. Mai 05:08:48 -05 2021

Tested with version coreutils-8.28 and coreutils 8.32-1.

Thomas Güttinger
Linux Developer



Guettinger@igel.com
www.igel.com


Come join the IGEL community and Follow us


IGEL Technology GmbH
Forschungs- und Entwicklungsabteilung
Hermanstr. 17
86150 Augsburg
Germany

IGEL Technology GmbH, Hermann-Ritter-Straße 110, 28197 Bremen, Germany
Geschäftsführer: Jedediah Ayres (CEO), Matthias Haas (CTO)
Amtsgericht Bremen: HRB 20636
VAT-ID: DE 219524359, WEEE-Reg.-No. DE 79295479

--- End Message ---
--- Begin Message --- Subject: Re: bug#48353: result of date is wrong if Etc/GMT is used Date: Tue, 11 May 2021 12:08:32 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1
On 5/11/21 3:17 AM, Thomas Güttinger wrote:
The date command inverts the sign if TZ is set with Etc/GMT.

That's a feature, not a bug. The Etc zones are documented to use the opposite sign, to be consistent with POSIX settings like TZ='<+05>-5'.

$ date -u; TZ='<+05>-5' date; TZ=Etc/GMT-5 date
Tue May 11 19:07:34 UTC 2021
Wed May 12 00:07:34 +05 2021
Wed May 12 00:07:34 +05 2021


--- End Message ---

reply via email to

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