Simplified timezone update handling:

* Fix #4965: Adjusted the timezone update script to initialize
  structs properly.
* Updated the scripts to generate the files directly
* Added a small HOWTO
* Split zone information to separate files to allow automatic
  update without further manual editing.

Create a timezone.c file that does conform to C rules.
This commit is contained in:
Armin Novak
2018-10-24 17:40:05 +02:00
parent 76c91ee51a
commit 6a2d49e0ed
6 changed files with 2131 additions and 2066 deletions

12
docs/README.timezones Normal file
View File

@@ -0,0 +1,12 @@
On an up to date windows machine run the following scripts (from checkout root):
csi.exe scripts/TimeZones.csx
csi.exe scripts/WindowsZones.csx
After running the scripts check
* winpr/libwinpr/timezone/TimeZones.c
* winpr/libwinpr/timezone/WindowsZones.c
for changes.
Commit if the definitions changed and create a pull request at
https://github.com/FreeRDP/FreeRDP