From adcab02d964a54777a6126f78bfe4abf7b2578cb Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Sun, 12 Jan 2014 16:07:12 +0200 Subject: Update the time zones database from CLDR v.24 Change-Id: Icab298f971980982412621a48c635a05f6ef5d36 Reviewed-by: Lars Knoll Reviewed-by: John Layt --- util/local_database/cldr2qtimezone.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util') 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): -- cgit v1.2.3