]> git.eshelyaron.com Git - emacs.git/commit
In cal-dst, be consistent re default to UTC
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Dec 2022 03:16:09 +0000 (19:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Dec 2022 05:32:14 +0000 (21:32 -0800)
commit73769dc2b872441eb0b8565e1090e97fc0b5d521
tree9e6cbecd71e67df193ed26e1d873fa46ad3b3d04
parent8c13e8497821881b5197a1717e9e53b9991859d0
In cal-dst, be consistent re default to UTC

* lisp/calendar/cal-dst.el (calendar-standard-time-zone-name)
(calendar-daylight-time-zone-name):
When using alphabetic time zone abbreviations, default to "UTC"
rather than to "EST" or "EDT", to be consistent with the behavior
when using numeric time zone abbreviations.
Also, in the numeric time zone use "-0000" rather than "+0000"
to show that the time zone is unknown; this is the RFC 5322
standard.
lisp/calendar/cal-dst.el