summaryrefslogtreecommitdiff
path: root/lisp/timezone.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-01 04:21:32 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-01 04:21:32 +0000
commitdbc6c26a56b5207d1841ab0aade7b9411d413371 (patch)
tree5f5a896de4b28d16ad022d0c0c56fd7733f3c6e0 /lisp/timezone.el
parent2a8160e65288a502a6234d08b2f221260b8e12b0 (diff)
downloademacs-dbc6c26a56b5207d1841ab0aade7b9411d413371.tar.gz
(timezone-world-timezones): Add "UT" -> +000.
Diffstat (limited to 'lisp/timezone.el')
-rw-r--r--lisp/timezone.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/timezone.el b/lisp/timezone.el
index 9eef8b1814f..26db8039313 100644
--- a/lisp/timezone.el
+++ b/lisp/timezone.el
@@ -37,6 +37,7 @@
("EDT" . -400)
("AST" . -400) ;by <clamen@CS.CMU.EDU>
("NST" . -330) ;by <clamen@CS.CMU.EDU>
+ ("UT" . +000)
("GMT" . +000)
("BST" . +100)
("MET" . +100)