Skip to content

Commit d433b20

Browse files
committed
NumberDate: add inverted database for Windows/Olson
In order to accept the full Unicode supported Olson names, we need the inverted database for mapping the olson name to the Windows timezone. This plist provides that mapping derived from the Unicode CLDR data. This will permit us to support CFTimeZone creation on Windows.
1 parent 371a0d9 commit d433b20

File tree

3 files changed

+742
-0
lines changed

3 files changed

+742
-0
lines changed

CoreFoundation/CoreFoundation.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
#include "WindowsResources.h"
33

44
IDR_WINDOWS_OLSON_MAPPING PLIST "WindowsOlsonMapping.plist"
5+
IDR_OLSON_WINDOWS_MAPPING PLIST "OlsonWindowsMapping.plist"
6+

0 commit comments

Comments
 (0)