[Rd] Typo in src/extra/tzone/registryTZ.c

Korpela Mikko (MML) mikko.korpela at maanmittauslaitos.fi
Mon Mar 26 15:22:58 CEST 2018


I stumbled upon a typo in a time zone name: Irtutsk should be Irkutsk.
A patch is attached. I also checked that this is the only bug of its
kind in this file, i.e., all the other Olson time zones occurring in
the file can also be found in Unicode Common Locale Data Repository.

- Mikko Korpela

Index: src/extra/tzone/registryTZ.c
===================================================================
--- src/extra/tzone/registryTZ.c        (revision 74465)
+++ src/extra/tzone/registryTZ.c        (working copy)
@@ -303,7 +303,7 @@
     { L"Russia Time Zone 4", "Asia/Yekaterinburg" },
     { L"Russia Time Zone 5", "Asia/Novosibirsk" },
     { L"Russia Time Zone 6", "Asia/Krasnoyarsk" },
-    { L"Russia Time Zone 7", "Asia/Irtutsk" },
+    { L"Russia Time Zone 7", "Asia/Irkutsk" },
     { L"Russia Time Zone 8", "Asia/Yakutsk" },
     { L"Russia Time Zone 9", "Asia/Magadan" },
     { L"Russia Time Zone 10", "Asia/Srednekolymsk" },



More information about the R-devel mailing list