search for: registrytz

Displaying 4 results from an estimated 4 matches for "registrytz".

Did you mean: registry
2018 Mar 26
1
Typo in src/extra/tzone/registryTZ.c
...ypo 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 Ti...
2014 Aug 07
1
UTC time zone on Windows
...9;t seem to get rid of the following warning: unable to identify current timezone 'C': please set environment variable 'TZ' However, setting TZ to either "Europe/London" or "GMT Standard Time" didn't help. It seems to me that the warning originates in registryTZ.c (https://github.com/wch/r-source/blob/776708efe6003e36f02587ad47b2eaaaa19e2f69/src/extra/tzone/registryTZ.c#L363). I have therefore looked at HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation, to learn that TimeZoneKeyName is set to "UTC". This time zone is not defined in T...
2023 Jan 11
1
proposal for use ICU for timezone convertion on windows and a draft patch
...itional library or tools need for use this function for time zone conversion. so I wrote a quick and dirty patch use the ucal_getTimeZoneIDForWindowsID, I think maybe better discuss here before I send patch to bugs.r-project.org. I put the patch on https://github.com/armgong/misc-r-patch/blob/main/registryTZ-ICU.diff. this patch mainly do following three steps : 1 read current English time zone name from registry ; 2 read current region name from registry(this also affect conversion); 3 use ucal_getTimeZoneIDForWindowsID implement the conversion. please feel free to share your thoughts or feedbacks o...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html