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

Tomas Kalibera tomas.kalibera at gmail.com
Tue Mar 27 13:18:52 CEST 2018


Thanks! Fixed in R-devel,
Tomas

On 03/26/2018 03:22 PM, Korpela Mikko (MML) wrote:
> 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" },
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list