diff options
author | Konstantin Ritt <ritt.ks@gmail.com> | 2014-01-12 16:07:12 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-13 19:02:10 +0100 |
commit | adcab02d964a54777a6126f78bfe4abf7b2578cb (patch) | |
tree | 6de3cb6375ad200bf7abe4b11ce4a0f05b5e067c /util | |
parent | 4f8f0f16d0221b1ac401200f53e3287700133a42 (diff) | |
download | qtbase-adcab02d964a54777a6126f78bfe4abf7b2578cb.tar.gz |
Update the time zones database from CLDR v.24
Change-Id: Icab298f971980982412621a48c635a05f6ef5d36
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: John Layt <jlayt@kde.org>
Diffstat (limited to 'util')
-rwxr-xr-x | util/local_database/cldr2qtimezone.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/local_database/cldr2qtimezone.py b/util/local_database/cldr2qtimezone.py index 57655c3097..b48f7dc43f 100755 --- a/util/local_database/cldr2qtimezone.py +++ b/util/local_database/cldr2qtimezone.py @@ -197,7 +197,8 @@ windowsIdList = { 96 : [ u'W. Europe Standard Time', 3600 ], 97 : [ u'West Asia Standard Time', 18000 ], 98 : [ u'West Pacific Standard Time', 36000 ], - 99 : [ u'Yakutsk Standard Time', 36000 ] + 99 : [ u'Yakutsk Standard Time', 36000 ], + 100: [ u'Libya Standard Time', 3600 ] } def windowsIdToKey(windowsId): |