Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timezone data not handled correctly on FreeBSD #16415

Closed
rootwyrm opened this issue Aug 22, 2019 · 4 comments · Fixed by #16450
Closed

Timezone data not handled correctly on FreeBSD #16415

rootwyrm opened this issue Aug 22, 2019 · 4 comments · Fixed by #16450

Comments

@rootwyrm
Copy link
Contributor

Steps to Reproduce

This problem is reliably reproduced by the FreeBSD-12 community CI runs.
Failures are observed in the corlib test lane. It is expected a test program would confirm this affects operation, but I do not have a test program available.

Current Behavior

4) ConvertTime_AjustmentConvertTimeWithSourceTimeZone (MonoTests.System.TimeZoneInfoTest+ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone)
   System.TimeZoneNotFoundException : The time zone ID 'US/Eastern' was not found on the local computer.
  ----> System.IO.DirectoryNotFoundException : Could not find a part of the path "/usr/share/zoneinfo/US/Eastern".
  at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x00096] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:726 
  at MonoTests.System.TimeZoneInfoTest+ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone () [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/Test/System/TimeZoneInfoTest.cs:747 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395 
--DirectoryNotFoundException
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0015e] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:223 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:96 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
  at System.IO.File.ReadAllBytes (System.String path) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/System.IO.FileSystem/src/System/IO/File.cs:338 
  at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine (System.String id, System.TimeZoneInfo& value, System.Exception& e) [0x00012] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:213 

Expected Behavior

The expected behavior is for the tests to pass except for those tests which do not have a corresponding entry in /usr/share/zoneinfo/zone.tab. This is reflected in the corlib tests. The significant differences in TZ databases means a closer look at how these tests are performed, and could obviously cause significant problems in operation.

On which platforms did you notice this

[ ] macOS
[ ] Linux
[ ] Windows
[X] FreeBSD

Version Used: master

Stacktrace

4) ConvertTime_AjustmentConvertTimeWithSourceTimeZone (MonoTests.System.TimeZoneInfoTest+ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone)
   System.TimeZoneNotFoundException : The time zone ID 'US/Eastern' was not found on the local computer.
  ----> System.IO.DirectoryNotFoundException : Could not find a part of the path "/usr/share/zoneinfo/US/Eastern".
  at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x00096] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:726 
  at MonoTests.System.TimeZoneInfoTest+ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone () [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/Test/System/TimeZoneInfoTest.cs:747 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395 
--DirectoryNotFoundException
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0015e] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:223 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:96 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
  at System.IO.File.ReadAllBytes (System.String path) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/System.IO.FileSystem/src/System/IO/File.cs:338 
  at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine (System.String id, System.TimeZoneInfo& value, System.Exception& e) [0x00012] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:213 


5) ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone (MonoTests.System.TimeZoneInfoTest+ConvertTimeTests_LocalUtc.ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone)
   System.TimeZoneNotFoundException : The time zone ID 'US/Eastern' was not found on the local computer.
  ----> System.IO.DirectoryNotFoundException : Could not find a part of the path "/usr/share/zoneinfo/US/Eastern".
  at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x00096] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:726 
  at MonoTests.System.TimeZoneInfoTest+ConvertTimeTests.ConvertTime_AjustmentConvertTimeWithSourceTimeZone () [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/Test/System/TimeZoneInfoTest.cs:747 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395 
--DirectoryNotFoundException
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0015e] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:223 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:96 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
  at System.IO.File.ReadAllBytes (System.String path) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/System.IO.FileSystem/src/System/IO/File.cs:338 
  at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine (System.String id, System.TimeZoneInfo& value, System.Exception& e) [0x00012] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:213 


6) SubminuteDSTOffsets (MonoTests.System.TimeZoneInfoTest+FindSystemTimeZoneByIdTests.SubminuteDSTOffsets)
   System.TimeZoneNotFoundException : The time zone ID 'Canada/Newfoundland' was not found on the local computer.
  ----> System.IO.DirectoryNotFoundException : Could not find a part of the path "/usr/share/zoneinfo/Canada/Newfoundland".
  at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x00096] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:726 
  at MonoTests.System.TimeZoneInfoTest+FindSystemTimeZoneByIdTests.SubminuteDSTOffsets () [0x00050] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/Test/System/TimeZoneInfoTest.cs:1030 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395 
--DirectoryNotFoundException
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0015e] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:223 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:96 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
  at System.IO.File.ReadAllBytes (System.String path) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/System.IO.FileSystem/src/System/IO/File.cs:338 
  at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine (System.String id, System.TimeZoneInfo& value, System.Exception& e) [0x00012] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:213 


7) Bug_9664 (MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_9664)
   System.TimeZoneNotFoundException : The time zone ID 'US/Central' was not found on the local computer.
  ----> System.IO.DirectoryNotFoundException : Could not find a part of the path "/usr/share/zoneinfo/US/Central".
  at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x00096] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:726 
  at MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_9664 () [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/Test/System/TimeZoneInfoTest.cs:447 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395 
--DirectoryNotFoundException
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0015e] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:223 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:96 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
  at System.IO.File.ReadAllBytes (System.String path) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/System.IO.FileSystem/src/System/IO/File.cs:338 
  at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine (System.String id, System.TimeZoneInfo& value, System.Exception& e) [0x00012] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:213 


8) FindSystemTimeZoneById (MonoTests.System.TimeZoneTest.FindSystemTimeZoneById)
   System.TimeZoneNotFoundException : The time zone ID 'Canada/Eastern' was not found on the local computer.
  ----> System.IO.DirectoryNotFoundException : Could not find a part of the path "/usr/share/zoneinfo/Canada/Eastern".
  at System.TimeZoneInfo.FindSystemTimeZoneById (System.String id) [0x00096] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:726 
  at MonoTests.System.TimeZoneTest.FindSystemTimeZoneById () [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/Test/System/TimeZoneTest.cs:367 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395 
--DirectoryNotFoundException
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0015e] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:223 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/mcs/class/corlib/System.IO/FileStream.cs:96 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
  at System.IO.File.ReadAllBytes (System.String path) [0x00000] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/System.IO.FileSystem/src/System/IO/File.cs:338 
  at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine (System.String id, System.TimeZoneInfo& value, System.Exception& e) [0x00012] in /mnt/jenkins/workspace/test-mono-mainline-community/label/freebsd-12-amd64/external/corefx/src/Common/src/CoreLib/System/TimeZoneInfo.Unix.cs:213 
@rootwyrm
Copy link
Contributor Author

Full contents of /usr/share/zoneinfo on FreeBSD:

total 124
drwxr-xr-x  2 root  wheel   1024 Mar  1 01:41 Africa
drwxr-xr-x  6 root  wheel   2560 Mar  1 01:41 America
drwxr-xr-x  2 root  wheel    512 Dec  6  2018 Antarctica
drwxr-xr-x  2 root  wheel    512 Dec  6  2018 Arctic
drwxr-xr-x  2 root  wheel   2048 Mar  1 01:41 Asia
drwxr-xr-x  2 root  wheel    512 Dec  6  2018 Atlantic
drwxr-xr-x  2 root  wheel    512 Dec  6  2018 Australia
-r--r--r--  1 root  wheel   2102 Dec  6  2018 CET
-r--r--r--  1 root  wheel   2294 Dec  6  2018 CST6CDT
-r--r--r--  1 root  wheel   1876 Dec  6  2018 EET
-r--r--r--  1 root  wheel    118 Dec  6  2018 EST
-r--r--r--  1 root  wheel   2294 Dec  6  2018 EST5EDT
drwxr-xr-x  2 root  wheel   1024 Dec  6  2018 Etc
drwxr-xr-x  2 root  wheel   1536 Dec  6  2018 Europe
-r--r--r--  1 root  wheel    231 Dec  6  2018 Factory
-r--r--r--  1 root  wheel    119 Dec  6  2018 HST
drwxr-xr-x  2 root  wheel    512 Dec  6  2018 Indian
-r--r--r--  1 root  wheel   2102 Dec  6  2018 MET
-r--r--r--  1 root  wheel    118 Dec  6  2018 MST
-r--r--r--  1 root  wheel   2294 Dec  6  2018 MST7MDT
-r--r--r--  1 root  wheel   2294 Dec  6  2018 PST8PDT
drwxr-xr-x  2 root  wheel   1024 Mar  1 01:41 Pacific
drwxr-xr-x  2 root  wheel    512 Dec  6  2018 SystemV
-r--r--r--  1 root  wheel    118 Dec  6  2018 UTC
-r--r--r--  1 root  wheel   1873 Dec  6  2018 WET
-r--r--r--  1 root  wheel   3519 Dec  6  2018 posixrules
-r--r--r--  1 root  wheel  19222 Mar  1 01:41 zone.tab

/usr/share/zoneinfo/Africa:
total 208
-r--r--r--  1 root  wheel   156 Dec  6  2018 Abidjan
-r--r--r--  1 root  wheel   828 Dec  6  2018 Accra
-r--r--r--  1 root  wheel   271 Dec  6  2018 Addis_Ababa
-r--r--r--  1 root  wheel   734 Dec  6  2018 Algiers
-r--r--r--  1 root  wheel   271 Dec  6  2018 Asmara
-r--r--r--  1 root  wheel   156 Dec  6  2018 Bamako
-r--r--r--  1 root  wheel   157 Dec  6  2018 Bangui
-r--r--r--  1 root  wheel   156 Dec  6  2018 Banjul
-r--r--r--  1 root  wheel   194 Dec  6  2018 Bissau
-r--r--r--  1 root  wheel   157 Dec  6  2018 Blantyre
-r--r--r--  1 root  wheel   157 Dec  6  2018 Brazzaville
-r--r--r--  1 root  wheel   157 Dec  6  2018 Bujumbura
-r--r--r--  1 root  wheel  1946 Dec  6  2018 Cairo
-r--r--r--  1 root  wheel  1524 Mar  1 01:41 Casablanca
-r--r--r--  1 root  wheel  2033 Dec  6  2018 Ceuta
-r--r--r--  1 root  wheel   156 Dec  6  2018 Conakry
-r--r--r--  1 root  wheel   156 Dec  6  2018 Dakar
-r--r--r--  1 root  wheel   271 Dec  6  2018 Dar_es_Salaam
-r--r--r--  1 root  wheel   271 Dec  6  2018 Djibouti
-r--r--r--  1 root  wheel   157 Dec  6  2018 Douala
-r--r--r--  1 root  wheel  1394 Mar  1 01:41 El_Aaiun
-r--r--r--  1 root  wheel   156 Dec  6  2018 Freetown
-r--r--r--  1 root  wheel   157 Dec  6  2018 Gaborone
-r--r--r--  1 root  wheel   157 Dec  6  2018 Harare
-r--r--r--  1 root  wheel   245 Dec  6  2018 Johannesburg
-r--r--r--  1 root  wheel   669 Dec  6  2018 Juba
-r--r--r--  1 root  wheel   271 Dec  6  2018 Kampala
-r--r--r--  1 root  wheel   699 Dec  6  2018 Khartoum
-r--r--r--  1 root  wheel   157 Dec  6  2018 Kigali
-r--r--r--  1 root  wheel   157 Dec  6  2018 Kinshasa
-r--r--r--  1 root  wheel   157 Dec  6  2018 Lagos
-r--r--r--  1 root  wheel   157 Dec  6  2018 Libreville
-r--r--r--  1 root  wheel   156 Dec  6  2018 Lome
-r--r--r--  1 root  wheel   157 Dec  6  2018 Luanda
-r--r--r--  1 root  wheel   157 Dec  6  2018 Lubumbashi
-r--r--r--  1 root  wheel   157 Dec  6  2018 Lusaka
-r--r--r--  1 root  wheel   157 Dec  6  2018 Malabo
-r--r--r--  1 root  wheel   157 Dec  6  2018 Maputo
-r--r--r--  1 root  wheel   245 Dec  6  2018 Maseru
-r--r--r--  1 root  wheel   245 Dec  6  2018 Mbabane
-r--r--r--  1 root  wheel   271 Dec  6  2018 Mogadishu
-r--r--r--  1 root  wheel   207 Dec  6  2018 Monrovia
-r--r--r--  1 root  wheel   271 Dec  6  2018 Nairobi
-r--r--r--  1 root  wheel   211 Dec  6  2018 Ndjamena
-r--r--r--  1 root  wheel   157 Dec  6  2018 Niamey
-r--r--r--  1 root  wheel   156 Dec  6  2018 Nouakchott
-r--r--r--  1 root  wheel   156 Dec  6  2018 Ouagadougou
-r--r--r--  1 root  wheel   157 Dec  6  2018 Porto-Novo
-r--r--r--  1 root  wheel   241 Mar  1 01:41 Sao_Tome
-r--r--r--  1 root  wheel   641 Dec  6  2018 Tripoli
-r--r--r--  1 root  wheel   684 Dec  6  2018 Tunis
-r--r--r--  1 root  wheel   962 Dec  6  2018 Windhoek

/usr/share/zoneinfo/America:
total 520
-r--r--r--  1 root  wheel  2339 Dec  6  2018 Adak
-r--r--r--  1 root  wheel  2354 Dec  6  2018 Anchorage
-r--r--r--  1 root  wheel   156 Dec  6  2018 Anguilla
-r--r--r--  1 root  wheel   156 Dec  6  2018 Antigua
-r--r--r--  1 root  wheel   882 Dec  6  2018 Araguaina
drwxr-xr-x  2 root  wheel   512 Dec  6  2018 Argentina
-r--r--r--  1 root  wheel   198 Dec  6  2018 Aruba
-r--r--r--  1 root  wheel  2037 Dec  6  2018 Asuncion
-r--r--r--  1 root  wheel   319 Dec  6  2018 Atikokan
-r--r--r--  1 root  wheel  1022 Dec  6  2018 Bahia
-r--r--r--  1 root  wheel  1574 Dec  6  2018 Bahia_Banderas
-r--r--r--  1 root  wheel   330 Dec  6  2018 Barbados
-r--r--r--  1 root  wheel   574 Dec  6  2018 Belem
-r--r--r--  1 root  wheel   964 Dec  6  2018 Belize
-r--r--r--  1 root  wheel   281 Dec  6  2018 Blanc-Sablon
-r--r--r--  1 root  wheel   630 Dec  6  2018 Boa_Vista
-r--r--r--  1 root  wheel   231 Dec  6  2018 Bogota
-r--r--r--  1 root  wheel  2377 Dec  6  2018 Boise
-r--r--r--  1 root  wheel  2084 Dec  6  2018 Cambridge_Bay
-r--r--r--  1 root  wheel  2002 Dec  6  2018 Campo_Grande
-r--r--r--  1 root  wheel   802 Dec  6  2018 Cancun
-r--r--r--  1 root  wheel   249 Dec  6  2018 Caracas
-r--r--r--  1 root  wheel   196 Dec  6  2018 Cayenne
-r--r--r--  1 root  wheel   177 Dec  6  2018 Cayman
-r--r--r--  1 root  wheel  3559 Dec  6  2018 Chicago
-r--r--r--  1 root  wheel  1508 Dec  6  2018 Chihuahua
-r--r--r--  1 root  wheel   315 Dec  6  2018 Costa_Rica
-r--r--r--  1 root  wheel   207 Dec  6  2018 Creston
-r--r--r--  1 root  wheel  1974 Dec  6  2018 Cuiaba
-r--r--r--  1 root  wheel   198 Dec  6  2018 Curacao
-r--r--r--  1 root  wheel   698 Dec  6  2018 Danmarkshavn
-r--r--r--  1 root  wheel  2067 Dec  6  2018 Dawson
-r--r--r--  1 root  wheel  1033 Dec  6  2018 Dawson_Creek
-r--r--r--  1 root  wheel  2427 Dec  6  2018 Denver
-r--r--r--  1 root  wheel  2174 Dec  6  2018 Detroit
-r--r--r--  1 root  wheel   156 Dec  6  2018 Dominica
-r--r--r--  1 root  wheel  2388 Dec  6  2018 Edmonton
-r--r--r--  1 root  wheel   662 Dec  6  2018 Eirunepe
-r--r--r--  1 root  wheel   236 Dec  6  2018 El_Salvador
-r--r--r--  1 root  wheel  2223 Dec  6  2018 Fort_Nelson
-r--r--r--  1 root  wheel   714 Dec  6  2018 Fortaleza
-r--r--r--  1 root  wheel  2192 Dec  6  2018 Glace_Bay
-r--r--r--  1 root  wheel  8294 Dec  6  2018 Godthab
-r--r--r--  1 root  wheel  3193 Dec  6  2018 Goose_Bay
-r--r--r--  1 root  wheel  1855 Dec  6  2018 Grand_Turk
-r--r--r--  1 root  wheel   156 Dec  6  2018 Grenada
-r--r--r--  1 root  wheel   156 Dec  6  2018 Guadeloupe
-r--r--r--  1 root  wheel   292 Dec  6  2018 Guatemala
-r--r--r--  1 root  wheel   231 Dec  6  2018 Guayaquil
-r--r--r--  1 root  wheel   238 Dec  6  2018 Guyana
-r--r--r--  1 root  wheel  3424 Dec  6  2018 Halifax
-r--r--r--  1 root  wheel  2411 Dec  6  2018 Havana
-r--r--r--  1 root  wheel   440 Dec  6  2018 Hermosillo
drwxr-xr-x  2 root  wheel   512 Dec  6  2018 Indiana
-r--r--r--  1 root  wheel  1914 Dec  6  2018 Inuvik
-r--r--r--  1 root  wheel  2032 Dec  6  2018 Iqaluit
-r--r--r--  1 root  wheel   481 Dec  6  2018 Jamaica
-r--r--r--  1 root  wheel  2336 Dec  6  2018 Juneau
drwxr-xr-x  2 root  wheel   512 Dec  6  2018 Kentucky
-r--r--r--  1 root  wheel   198 Dec  6  2018 Kralendijk
-r--r--r--  1 root  wheel   217 Dec  6  2018 La_Paz
-r--r--r--  1 root  wheel   395 Dec  6  2018 Lima
-r--r--r--  1 root  wheel  2819 Dec  6  2018 Los_Angeles
-r--r--r--  1 root  wheel   198 Dec  6  2018 Lower_Princes
-r--r--r--  1 root  wheel   742 Dec  6  2018 Maceio
-r--r--r--  1 root  wheel   437 Dec  6  2018 Managua
-r--r--r--  1 root  wheel   602 Dec  6  2018 Manaus
-r--r--r--  1 root  wheel   156 Dec  6  2018 Marigot
-r--r--r--  1 root  wheel   231 Dec  6  2018 Martinique
-r--r--r--  1 root  wheel  1402 Dec  6  2018 Matamoros
-r--r--r--  1 root  wheel  1550 Dec  6  2018 Mazatlan
-r--r--r--  1 root  wheel  2257 Dec  6  2018 Menominee
-r--r--r--  1 root  wheel  1442 Dec  6  2018 Merida
-r--r--r--  1 root  wheel  1392 Mar  1 01:41 Metlakatla
-r--r--r--  1 root  wheel  1604 Dec  6  2018 Mexico_City
-r--r--r--  1 root  wheel  1668 Dec  6  2018 Miquelon
-r--r--r--  1 root  wheel  3137 Dec  6  2018 Moncton
-r--r--r--  1 root  wheel  1402 Dec  6  2018 Monterrey
-r--r--r--  1 root  wheel  1536 Dec  6  2018 Montevideo
-r--r--r--  1 root  wheel   156 Dec  6  2018 Montserrat
-r--r--r--  1 root  wheel  2270 Dec  6  2018 Nassau
-r--r--r--  1 root  wheel  3519 Dec  6  2018 New_York
-r--r--r--  1 root  wheel  2105 Dec  6  2018 Nipigon
-r--r--r--  1 root  wheel  2350 Dec  6  2018 Nome
-r--r--r--  1 root  wheel   714 Dec  6  2018 Noronha
drwxr-xr-x  2 root  wheel   512 Dec  6  2018 North_Dakota
-r--r--r--  1 root  wheel  1508 Dec  6  2018 Ojinaga
-r--r--r--  1 root  wheel   177 Dec  6  2018 Panama
-r--r--r--  1 root  wheel  2094 Dec  6  2018 Pangnirtung
-r--r--r--  1 root  wheel   268 Dec  6  2018 Paramaribo
-r--r--r--  1 root  wheel   327 Dec  6  2018 Phoenix
-r--r--r--  1 root  wheel  1429 Dec  6  2018 Port-au-Prince
-r--r--r--  1 root  wheel   156 Dec  6  2018 Port_of_Spain
-r--r--r--  1 root  wheel   574 Dec  6  2018 Porto_Velho
-r--r--r--  1 root  wheel   229 Dec  6  2018 Puerto_Rico
-r--r--r--  1 root  wheel  1871 Dec  6  2018 Punta_Arenas
-r--r--r--  1 root  wheel  2105 Dec  6  2018 Rainy_River
-r--r--r--  1 root  wheel  1916 Dec  6  2018 Rankin_Inlet
-r--r--r--  1 root  wheel   714 Dec  6  2018 Recife
-r--r--r--  1 root  wheel   980 Dec  6  2018 Regina
-r--r--r--  1 root  wheel  1916 Dec  6  2018 Resolute
-r--r--r--  1 root  wheel   634 Dec  6  2018 Rio_Branco
-r--r--r--  1 root  wheel   604 Dec  6  2018 Santarem
-r--r--r--  1 root  wheel  9343 Dec  6  2018 Santiago
-r--r--r--  1 root  wheel   465 Dec  6  2018 Santo_Domingo
-r--r--r--  1 root  wheel  2002 Dec  6  2018 Sao_Paulo
-r--r--r--  1 root  wheel  1902 Dec  6  2018 Scoresbysund
-r--r--r--  1 root  wheel  2324 Dec  6  2018 Sitka
-r--r--r--  1 root  wheel   156 Dec  6  2018 St_Barthelemy
-r--r--r--  1 root  wheel  3638 Dec  6  2018 St_Johns
-r--r--r--  1 root  wheel   156 Dec  6  2018 St_Kitts
-r--r--r--  1 root  wheel   156 Dec  6  2018 St_Lucia
-r--r--r--  1 root  wheel   156 Dec  6  2018 St_Thomas
-r--r--r--  1 root  wheel   156 Dec  6  2018 St_Vincent
-r--r--r--  1 root  wheel   560 Dec  6  2018 Swift_Current
-r--r--r--  1 root  wheel   264 Dec  6  2018 Tegucigalpa
-r--r--r--  1 root  wheel  1514 Dec  6  2018 Thule
-r--r--r--  1 root  wheel  2185 Dec  6  2018 Thunder_Bay
-r--r--r--  1 root  wheel  2342 Dec  6  2018 Tijuana
-r--r--r--  1 root  wheel  3477 Dec  6  2018 Toronto
-r--r--r--  1 root  wheel   156 Dec  6  2018 Tortola
-r--r--r--  1 root  wheel  2875 Dec  6  2018 Vancouver
-r--r--r--  1 root  wheel  2067 Dec  6  2018 Whitehorse
-r--r--r--  1 root  wheel  2865 Dec  6  2018 Winnipeg
-r--r--r--  1 root  wheel  2288 Dec  6  2018 Yakutat
-r--r--r--  1 root  wheel  1966 Dec  6  2018 Yellowknife

/usr/share/zoneinfo/America/Argentina:
total 48
-r--r--r--  1 root  wheel  1069 Dec  6  2018 Buenos_Aires
-r--r--r--  1 root  wheel  1069 Dec  6  2018 Catamarca
-r--r--r--  1 root  wheel  1069 Dec  6  2018 Cordoba
-r--r--r--  1 root  wheel  1041 Dec  6  2018 Jujuy
-r--r--r--  1 root  wheel  1083 Dec  6  2018 La_Rioja
-r--r--r--  1 root  wheel  1069 Dec  6  2018 Mendoza
-r--r--r--  1 root  wheel  1069 Dec  6  2018 Rio_Gallegos
-r--r--r--  1 root  wheel  1041 Dec  6  2018 Salta
-r--r--r--  1 root  wheel  1083 Dec  6  2018 San_Juan
-r--r--r--  1 root  wheel  1099 Dec  6  2018 San_Luis
-r--r--r--  1 root  wheel  1097 Dec  6  2018 Tucuman
-r--r--r--  1 root  wheel  1069 Dec  6  2018 Ushuaia

/usr/share/zoneinfo/America/Indiana:
total 32
-r--r--r--  1 root  wheel  1649 Dec  6  2018 Indianapolis
-r--r--r--  1 root  wheel  2411 Dec  6  2018 Knox
-r--r--r--  1 root  wheel  1705 Dec  6  2018 Marengo
-r--r--r--  1 root  wheel  1887 Dec  6  2018 Petersburg
-r--r--r--  1 root  wheel  1709 Dec  6  2018 Tell_City
-r--r--r--  1 root  wheel  1397 Dec  6  2018 Vevay
-r--r--r--  1 root  wheel  1677 Dec  6  2018 Vincennes
-r--r--r--  1 root  wheel  1761 Dec  6  2018 Winamac

/usr/share/zoneinfo/America/Kentucky:
total 8
-r--r--r--  1 root  wheel  2755 Dec  6  2018 Louisville
-r--r--r--  1 root  wheel  2335 Dec  6  2018 Monticello

/usr/share/zoneinfo/America/North_Dakota:
total 12
-r--r--r--  1 root  wheel  2363 Dec  6  2018 Beulah
-r--r--r--  1 root  wheel  2363 Dec  6  2018 Center
-r--r--r--  1 root  wheel  2363 Dec  6  2018 New_Salem

/usr/share/zoneinfo/Antarctica:
total 44
-r--r--r--  1 root  wheel   283 Dec  6  2018 Casey
-r--r--r--  1 root  wheel   283 Dec  6  2018 Davis
-r--r--r--  1 root  wheel   188 Dec  6  2018 DumontDUrville
-r--r--r--  1 root  wheel  1507 Dec  6  2018 Macquarie
-r--r--r--  1 root  wheel   197 Dec  6  2018 Mawson
-r--r--r--  1 root  wheel  2434 Dec  6  2018 McMurdo
-r--r--r--  1 root  wheel  1404 Dec  6  2018 Palmer
-r--r--r--  1 root  wheel   158 Dec  6  2018 Rothera
-r--r--r--  1 root  wheel   159 Dec  6  2018 Syowa
-r--r--r--  1 root  wheel  1148 Dec  6  2018 Troll
-r--r--r--  1 root  wheel   159 Dec  6  2018 Vostok

/usr/share/zoneinfo/Arctic:
total 4
-r--r--r--  1 root  wheel  2225 Dec  6  2018 Longyearbyen

/usr/share/zoneinfo/Asia:
total 360
-r--r--r--  1 root  wheel   159 Dec  6  2018 Aden
-r--r--r--  1 root  wheel  1003 Dec  6  2018 Almaty
-r--r--r--  1 root  wheel  8620 Dec  6  2018 Amman
-r--r--r--  1 root  wheel  1194 Dec  6  2018 Anadyr
-r--r--r--  1 root  wheel   989 Dec  6  2018 Aqtau
-r--r--r--  1 root  wheel  1019 Dec  6  2018 Aqtobe
-r--r--r--  1 root  wheel   623 Dec  6  2018 Ashgabat
-r--r--r--  1 root  wheel   997 Dec  6  2018 Atyrau
-r--r--r--  1 root  wheel   964 Dec  6  2018 Baghdad
-r--r--r--  1 root  wheel   197 Dec  6  2018 Bahrain
-r--r--r--  1 root  wheel  1241 Dec  6  2018 Baku
-r--r--r--  1 root  wheel   180 Dec  6  2018 Bangkok
-r--r--r--  1 root  wheel  1227 Dec  6  2018 Barnaul
-r--r--r--  1 root  wheel  2149 Dec  6  2018 Beirut
-r--r--r--  1 root  wheel  1017 Dec  6  2018 Bishkek
-r--r--r--  1 root  wheel   201 Dec  6  2018 Brunei
-r--r--r--  1 root  wheel  1229 Dec  6  2018 Chita
-r--r--r--  1 root  wheel   963 Dec  6  2018 Choibalsan
-r--r--r--  1 root  wheel   373 Dec  6  2018 Colombo
-r--r--r--  1 root  wheel  2306 Dec  6  2018 Damascus
-r--r--r--  1 root  wheel   330 Dec  6  2018 Dhaka
-r--r--r--  1 root  wheel   225 Dec  6  2018 Dili
-r--r--r--  1 root  wheel   159 Dec  6  2018 Dubai
-r--r--r--  1 root  wheel   593 Dec  6  2018 Dushanbe
-r--r--r--  1 root  wheel  2028 Dec  6  2018 Famagusta
-r--r--r--  1 root  wheel  2269 Dec  6  2018 Gaza
-r--r--r--  1 root  wheel  2297 Dec  6  2018 Hebron
-r--r--r--  1 root  wheel   361 Dec  6  2018 Ho_Chi_Minh
-r--r--r--  1 root  wheel  1191 Mar  1 01:41 Hong_Kong
-r--r--r--  1 root  wheel   893 Dec  6  2018 Hovd
-r--r--r--  1 root  wheel  1236 Dec  6  2018 Irkutsk
-r--r--r--  1 root  wheel  2126 Dec  6  2018 Istanbul
-r--r--r--  1 root  wheel   366 Dec  6  2018 Jakarta
-r--r--r--  1 root  wheel   237 Dec  6  2018 Jayapura
-r--r--r--  1 root  wheel  8981 Dec  6  2018 Jerusalem
-r--r--r--  1 root  wheel   189 Dec  6  2018 Kabul
-r--r--r--  1 root  wheel  1170 Dec  6  2018 Kamchatka
-r--r--r--  1 root  wheel   403 Dec  6  2018 Karachi
-r--r--r--  1 root  wheel   210 Dec  6  2018 Kathmandu
-r--r--r--  1 root  wheel  1283 Dec  6  2018 Khandyga
-r--r--r--  1 root  wheel   286 Dec  6  2018 Kolkata
-r--r--r--  1 root  wheel  1215 Dec  6  2018 Krasnoyarsk
-r--r--r--  1 root  wheel   384 Dec  6  2018 Kuala_Lumpur
-r--r--r--  1 root  wheel   493 Dec  6  2018 Kuching
-r--r--r--  1 root  wheel   159 Dec  6  2018 Kuwait
-r--r--r--  1 root  wheel  1241 Dec  6  2018 Macau
-r--r--r--  1 root  wheel  1230 Dec  6  2018 Magadan
-r--r--r--  1 root  wheel   274 Dec  6  2018 Makassar
-r--r--r--  1 root  wheel   333 Dec  6  2018 Manila
-r--r--r--  1 root  wheel   159 Dec  6  2018 Muscat
-r--r--r--  1 root  wheel  2002 Dec  6  2018 Nicosia
-r--r--r--  1 root  wheel  1169 Dec  6  2018 Novokuznetsk
-r--r--r--  1 root  wheel  1227 Dec  6  2018 Novosibirsk
-r--r--r--  1 root  wheel  1215 Dec  6  2018 Omsk
-r--r--r--  1 root  wheel  1011 Dec  6  2018 Oral
-r--r--r--  1 root  wheel   180 Dec  6  2018 Phnom_Penh
-r--r--r--  1 root  wheel   381 Dec  6  2018 Pontianak
-r--r--r--  1 root  wheel   253 Dec  6  2018 Pyongyang
-r--r--r--  1 root  wheel   197 Dec  6  2018 Qatar
-r--r--r--  1 root  wheel  1019 Mar  1 01:41 Qostanay
-r--r--r--  1 root  wheel  1049 Mar  1 01:41 Qyzylorda
-r--r--r--  1 root  wheel   159 Dec  6  2018 Riyadh
-r--r--r--  1 root  wheel  1206 Dec  6  2018 Sakhalin
-r--r--r--  1 root  wheel   591 Dec  6  2018 Samarkand
-r--r--r--  1 root  wheel   517 Dec  6  2018 Seoul
-r--r--r--  1 root  wheel   528 Dec  6  2018 Shanghai
-r--r--r--  1 root  wheel   384 Dec  6  2018 Singapore
-r--r--r--  1 root  wheel  1216 Dec  6  2018 Srednekolymsk
-r--r--r--  1 root  wheel   764 Dec  6  2018 Taipei
-r--r--r--  1 root  wheel   607 Dec  6  2018 Tashkent
-r--r--r--  1 root  wheel  1040 Dec  6  2018 Tbilisi
-r--r--r--  1 root  wheel  9776 Mar  1 01:41 Tehran
-r--r--r--  1 root  wheel   201 Dec  6  2018 Thimphu
-r--r--r--  1 root  wheel   292 Dec  6  2018 Tokyo
-r--r--r--  1 root  wheel  1227 Dec  6  2018 Tomsk
-r--r--r--  1 root  wheel   893 Dec  6  2018 Ulaanbaatar
-r--r--r--  1 root  wheel   159 Dec  6  2018 Urumqi
-r--r--r--  1 root  wheel  1262 Dec  6  2018 Ust-Nera
-r--r--r--  1 root  wheel   180 Dec  6  2018 Vientiane
-r--r--r--  1 root  wheel  1216 Dec  6  2018 Vladivostok
-r--r--r--  1 root  wheel  1215 Dec  6  2018 Yakutsk
-r--r--r--  1 root  wheel   257 Dec  6  2018 Yangon
-r--r--r--  1 root  wheel  1253 Dec  6  2018 Yekaterinburg
-r--r--r--  1 root  wheel  1185 Dec  6  2018 Yerevan

/usr/share/zoneinfo/Atlantic:
total 40
-r--r--r--  1 root  wheel  3453 Dec  6  2018 Azores
-r--r--r--  1 root  wheel  1990 Dec  6  2018 Bermuda
-r--r--r--  1 root  wheel  1897 Dec  6  2018 Canary
-r--r--r--  1 root  wheel   256 Dec  6  2018 Cape_Verde
-r--r--r--  1 root  wheel  1815 Dec  6  2018 Faroe
-r--r--r--  1 root  wheel  3458 Dec  6  2018 Madeira
-r--r--r--  1 root  wheel  1174 Dec  6  2018 Reykjavik
-r--r--r--  1 root  wheel   141 Dec  6  2018 South_Georgia
-r--r--r--  1 root  wheel   156 Dec  6  2018 St_Helena
-r--r--r--  1 root  wheel  1211 Dec  6  2018 Stanley

/usr/share/zoneinfo/Australia:
total 48
-r--r--r--  1 root  wheel  2216 Dec  6  2018 Adelaide
-r--r--r--  1 root  wheel   426 Dec  6  2018 Brisbane
-r--r--r--  1 root  wheel  2252 Dec  6  2018 Broken_Hill
-r--r--r--  1 root  wheel  2197 Dec  6  2018 Currie
-r--r--r--  1 root  wheel   301 Dec  6  2018 Darwin
-r--r--r--  1 root  wheel   463 Dec  6  2018 Eucla
-r--r--r--  1 root  wheel  2309 Dec  6  2018 Hobart
-r--r--r--  1 root  wheel   496 Dec  6  2018 Lindeman
-r--r--r--  1 root  wheel  1849 Dec  6  2018 Lord_Howe
-r--r--r--  1 root  wheel  2197 Dec  6  2018 Melbourne
-r--r--r--  1 root  wheel   453 Dec  6  2018 Perth
-r--r--r--  1 root  wheel  2197 Dec  6  2018 Sydney

/usr/share/zoneinfo/Etc:
total 140
-r--r--r--  1 root  wheel  118 Dec  6  2018 GMT
-r--r--r--  1 root  wheel  118 Dec  6  2018 GMT+0
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+1
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT+10
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT+11
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT+12
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+2
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+3
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+4
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+5
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+6
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+7
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+8
-r--r--r--  1 root  wheel  120 Dec  6  2018 GMT+9
-r--r--r--  1 root  wheel  118 Dec  6  2018 GMT-0
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-1
-r--r--r--  1 root  wheel  122 Dec  6  2018 GMT-10
-r--r--r--  1 root  wheel  122 Dec  6  2018 GMT-11
-r--r--r--  1 root  wheel  122 Dec  6  2018 GMT-12
-r--r--r--  1 root  wheel  122 Dec  6  2018 GMT-13
-r--r--r--  1 root  wheel  122 Dec  6  2018 GMT-14
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-2
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-3
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-4
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-5
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-6
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-7
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-8
-r--r--r--  1 root  wheel  121 Dec  6  2018 GMT-9
-r--r--r--  1 root  wheel  118 Dec  6  2018 GMT0
-r--r--r--  1 root  wheel  118 Dec  6  2018 Greenwich
-r--r--r--  1 root  wheel  118 Dec  6  2018 UCT
-r--r--r--  1 root  wheel  118 Dec  6  2018 UTC
-r--r--r--  1 root  wheel  118 Dec  6  2018 Universal
-r--r--r--  1 root  wheel  118 Dec  6  2018 Zulu

/usr/share/zoneinfo/Europe:
total 244
-r--r--r--  1 root  wheel  2923 Dec  6  2018 Amsterdam
-r--r--r--  1 root  wheel  1725 Dec  6  2018 Andorra
-r--r--r--  1 root  wheel  1169 Dec  6  2018 Astrakhan
-r--r--r--  1 root  wheel  2245 Dec  6  2018 Athens
-r--r--r--  1 root  wheel  1931 Dec  6  2018 Belgrade
-r--r--r--  1 root  wheel  2309 Dec  6  2018 Berlin
-r--r--r--  1 root  wheel  2312 Dec  6  2018 Bratislava
-r--r--r--  1 root  wheel  2944 Dec  6  2018 Brussels
-r--r--r--  1 root  wheel  2195 Dec  6  2018 Bucharest
-r--r--r--  1 root  wheel  2379 Dec  6  2018 Budapest
-r--r--r--  1 root  wheel  1892 Dec  6  2018 Busingen
-r--r--r--  1 root  wheel  2419 Dec  6  2018 Chisinau
-r--r--r--  1 root  wheel  2134 Dec  6  2018 Copenhagen
-r--r--r--  1 root  wheel  3505 Dec  6  2018 Dublin
-r--r--r--  1 root  wheel  3035 Dec  6  2018 Gibraltar
-r--r--r--  1 root  wheel  3661 Dec  6  2018 Guernsey
-r--r--r--  1 root  wheel  1883 Dec  6  2018 Helsinki
-r--r--r--  1 root  wheel  3661 Dec  6  2018 Isle_of_Man
-r--r--r--  1 root  wheel  2126 Dec  6  2018 Istanbul
-r--r--r--  1 root  wheel  3661 Dec  6  2018 Jersey
-r--r--r--  1 root  wheel  1492 Dec  6  2018 Kaliningrad
-r--r--r--  1 root  wheel  2071 Dec  6  2018 Kiev
-r--r--r--  1 root  wheel  1139 Dec  6  2018 Kirov
-r--r--r--  1 root  wheel  3455 Dec  6  2018 Lisbon
-r--r--r--  1 root  wheel  1931 Dec  6  2018 Ljubljana
-r--r--r--  1 root  wheel  3661 Dec  6  2018 London
-r--r--r--  1 root  wheel  2960 Dec  6  2018 Luxembourg
-r--r--r--  1 root  wheel  2611 Dec  6  2018 Madrid
-r--r--r--  1 root  wheel  2603 Dec  6  2018 Malta
-r--r--r--  1 root  wheel  1883 Dec  6  2018 Mariehamn
-r--r--r--  1 root  wheel  1330 Dec  6  2018 Minsk
-r--r--r--  1 root  wheel  2927 Dec  6  2018 Monaco
-r--r--r--  1 root  wheel  1518 Dec  6  2018 Moscow
-r--r--r--  1 root  wheel  2002 Dec  6  2018 Nicosia
-r--r--r--  1 root  wheel  2225 Dec  6  2018 Oslo
-r--r--r--  1 root  wheel  2945 Dec  6  2018 Paris
-r--r--r--  1 root  wheel  1931 Dec  6  2018 Podgorica
-r--r--r--  1 root  wheel  2312 Dec  6  2018 Prague
-r--r--r--  1 root  wheel  2209 Dec  6  2018 Riga
-r--r--r--  1 root  wheel  2666 Dec  6  2018 Rome
-r--r--r--  1 root  wheel  1225 Dec  6  2018 Samara
-r--r--r--  1 root  wheel  2666 Dec  6  2018 San_Marino
-r--r--r--  1 root  wheel  1931 Dec  6  2018 Sarajevo
-r--r--r--  1 root  wheel  1169 Dec  6  2018 Saratov
-r--r--r--  1 root  wheel  1464 Dec  6  2018 Simferopol
-r--r--r--  1 root  wheel  1931 Dec  6  2018 Skopje
-r--r--r--  1 root  wheel  2104 Dec  6  2018 Sofia
-r--r--r--  1 root  wheel  1892 Dec  6  2018 Stockholm
-r--r--r--  1 root  wheel  2161 Dec  6  2018 Tallinn
-r--r--r--  1 root  wheel  2084 Dec  6  2018 Tirane
-r--r--r--  1 root  wheel  1253 Dec  6  2018 Ulyanovsk
-r--r--r--  1 root  wheel  2077 Dec  6  2018 Uzhgorod
-r--r--r--  1 root  wheel  1892 Dec  6  2018 Vaduz
-r--r--r--  1 root  wheel  2666 Dec  6  2018 Vatican
-r--r--r--  1 root  wheel  2211 Dec  6  2018 Vienna
-r--r--r--  1 root  wheel  2173 Dec  6  2018 Vilnius
-r--r--r--  1 root  wheel  1169 Dec  6  2018 Volgograd
-r--r--r--  1 root  wheel  2679 Dec  6  2018 Warsaw
-r--r--r--  1 root  wheel  1931 Dec  6  2018 Zagreb
-r--r--r--  1 root  wheel  2089 Dec  6  2018 Zaporozhye
-r--r--r--  1 root  wheel  1892 Dec  6  2018 Zurich

/usr/share/zoneinfo/Indian:
total 44
-r--r--r--  1 root  wheel  271 Dec  6  2018 Antananarivo
-r--r--r--  1 root  wheel  197 Dec  6  2018 Chagos
-r--r--r--  1 root  wheel  142 Dec  6  2018 Christmas
-r--r--r--  1 root  wheel  151 Dec  6  2018 Cocos
-r--r--r--  1 root  wheel  271 Dec  6  2018 Comoro
-r--r--r--  1 root  wheel  159 Dec  6  2018 Kerguelen
-r--r--r--  1 root  wheel  159 Dec  6  2018 Mahe
-r--r--r--  1 root  wheel  180 Dec  6  2018 Maldives
-r--r--r--  1 root  wheel  239 Dec  6  2018 Mauritius
-r--r--r--  1 root  wheel  271 Dec  6  2018 Mayotte
-r--r--r--  1 root  wheel  159 Dec  6  2018 Reunion

/usr/share/zoneinfo/Pacific:
total 164
-r--r--r--  1 root  wheel  1098 Dec  6  2018 Apia
-r--r--r--  1 root  wheel  2434 Dec  6  2018 Auckland
-r--r--r--  1 root  wheel   255 Dec  6  2018 Bougainville
-r--r--r--  1 root  wheel  2047 Dec  6  2018 Chatham
-r--r--r--  1 root  wheel   256 Mar  1 01:41 Chuuk
-r--r--r--  1 root  wheel  9047 Dec  6  2018 Easter
-r--r--r--  1 root  wheel   464 Dec  6  2018 Efate
-r--r--r--  1 root  wheel   219 Dec  6  2018 Enderbury
-r--r--r--  1 root  wheel   181 Dec  6  2018 Fakaofo
-r--r--r--  1 root  wheel  7839 Dec  6  2018 Fiji
-r--r--r--  1 root  wheel   143 Dec  6  2018 Funafuti
-r--r--r--  1 root  wheel   240 Dec  6  2018 Galapagos
-r--r--r--  1 root  wheel   158 Dec  6  2018 Gambier
-r--r--r--  1 root  wheel   160 Dec  6  2018 Guadalcanal
-r--r--r--  1 root  wheel   499 Mar  1 01:41 Guam
-r--r--r--  1 root  wheel   312 Dec  6  2018 Honolulu
-r--r--r--  1 root  wheel   223 Dec  6  2018 Kiritimati
-r--r--r--  1 root  wheel   346 Mar  1 01:41 Kosrae
-r--r--r--  1 root  wheel   309 Mar  1 01:41 Kwajalein
-r--r--r--  1 root  wheel   299 Mar  1 01:41 Majuro
-r--r--r--  1 root  wheel   167 Dec  6  2018 Marquesas
-r--r--r--  1 root  wheel   174 Dec  6  2018 Midway
-r--r--r--  1 root  wheel   254 Mar  1 01:41 Nauru
-r--r--r--  1 root  wheel   226 Dec  6  2018 Niue
-r--r--r--  1 root  wheel   283 Dec  6  2018 Norfolk
-r--r--r--  1 root  wheel   300 Dec  6  2018 Noumea
-r--r--r--  1 root  wheel   174 Dec  6  2018 Pago_Pago
-r--r--r--  1 root  wheel   159 Mar  1 01:41 Palau
-r--r--r--  1 root  wheel   183 Dec  6  2018 Pitcairn
-r--r--r--  1 root  wheel   294 Mar  1 01:41 Pohnpei
-r--r--r--  1 root  wheel   165 Dec  6  2018 Port_Moresby
-r--r--r--  1 root  wheel   562 Dec  6  2018 Rarotonga
-r--r--r--  1 root  wheel   499 Mar  1 01:41 Saipan
-r--r--r--  1 root  wheel   159 Dec  6  2018 Tahiti
-r--r--r--  1 root  wheel   143 Dec  6  2018 Tarawa
-r--r--r--  1 root  wheel   353 Dec  6  2018 Tongatapu
-r--r--r--  1 root  wheel   143 Dec  6  2018 Wake
-r--r--r--  1 root  wheel   143 Dec  6  2018 Wallis

/usr/share/zoneinfo/SystemV:
total 0

@akoeplinger
Copy link
Member

I think the best option is to add something similar to the Windows translation that happens in MapTimeZoneId() but for FreeBSD, e.g. you'd map US/Central to America/Chicago etc.

You can use System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(OSPlatform.Create ("FREEBSD")) to check that you're on FreeBSD.

Alternatively I'd also be fine with replacing all the obsolete time zone names with their modern counterpart and adding one new test that tests the old names (and skip that one on FreeBSD).

@rootwyrm
Copy link
Contributor Author

So, FreeBSD already has something similar to that in the form of /usr/share/zoneinfo/zone.tab. The zone.tab file has, for each data file, the ISO 3166 territory code and approximate geography. But, this file is also deprecated in favor of zone1970.tab (giving you a pretty good idea as to the compatibility function here.)
https://svnweb.freebsd.org/base/head/share/zoneinfo/Makefile?revision=350079&view=markup

What is notable though is that FreeBSD TZs are literally IANA dumps, updated more frequently and wholesale, so deprecation happens faster and aliases are not maintained. (Also not the only consumer, as those are one of the rare TZ bundles without ugly licensing.) For that reason, I would actually propose a slightly different track.

Instead of creating a one-off for FreeBSD, instead standardize Unix on IANA (Olson), which should be a known good set on all Unix systems. Using America/New_York as an example.
RHEL, CentOS: /usr/share/zoneinfo/America/New_York
[Free,Net,Open]BSD: /usr/share/zoneinfo/America/New_York
AIX (IANA from 7.1+): /usr/share/lib/zoneinfo/America/New_York

This would mean simply changing the time zones that are tested rather than changing the test fundamentally. My one concern here is that this may break on AIX, where corlib is currently passing.

@akoeplinger
Copy link
Member

This would mean simply changing the time zones that are tested rather than changing the test fundamentally.

That was what my alternative suggestion was :) Move all the obsolete identifiers into a separate test and ignore it on systems where they don't work (right now we only know about FreeBSD so I think it's fine to start with that).

akoeplinger pushed a commit that referenced this issue Aug 28, 2019
…#16450)

This fixes #16415 

All timezones indicated as deprecated have been updated to the current IANA specification.
jonpryor pushed a commit to xamarin/xamarin-android that referenced this issue Dec 3, 2019
Changes: mono/api-snapshot@fc50bc4...45a61d9

        $ git diff --shortstat fc50bc4f...45a61d93
         22 files changed, 775 insertions(+), 474 deletions(-)

Changes: dotnet/cecil@a6c8f5e...a6a7f5c

        $ git diff --shortstat a6c8f5e1...a6a7f5c0
         55 files changed, 818 insertions(+), 530 deletions(-)

Changes: mono/corefx@1f87de3...49f1c45

        $ git diff --shortstat e4f7102b...49f1c453
         38 files changed, 1171 insertions(+), 419 deletions(-)

Changes: dotnet/linker@ebe2a1f...e8d054b

        $ git diff --shortstat ebe2a1f4...e8d054bf
         137 files changed, 5360 insertions(+), 1781 deletions(-)

Changes: mono/mono@8946e49...18920a8

        $ git diff --shortstat 8946e49a...18920a83
         1811 files changed, 47240 insertions(+), 48331 deletions(-)

Changes: xamarin/xamarin-android-api-compatibility@a61271e...50a3c52

        $ git diff --shortstat a61271e0...50a3c52d
         1 file changed, 2 insertions(+), 791 deletions(-)

Fixes: #3619

Context: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1005448
Context: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/967582
Context: https://github.com/dotnet/coreclr/issues/26370
Context: https://github.com/dotnet/coreclr/issues/26479
Context: https://github.com/dotnet/corefx/issues/40455
Context: https://github.com/dotnet/corefx/issues/40578
Context: mono/mono#7377
Context: mono/mono#12421
Context: mono/mono#12586
Context: mono/mono#14080
Context: mono/mono#14725
Context: mono/mono#14772
Context: mono/mono#15261
Context: mono/mono#15262
Context: mono/mono#15263
Context: mono/mono#15307
Context: mono/mono#15308
Context: mono/mono#15310
Context: mono/mono#15646
Context: mono/mono#15687
Context: mono/mono#15805
Context: mono/mono#15992
Context: mono/mono#15994
Context: mono/mono#15999
Context: mono/mono#16032
Context: mono/mono#16034
Context: mono/mono#16046
Context: mono/mono#16192
Context: mono/mono#16308
Context: mono/mono#16310
Context: mono/mono#16369
Context: mono/mono#16380
Context: mono/mono#16381
Context: mono/mono#16395
Context: mono/mono#16411
Context: mono/mono#16415
Context: mono/mono#16486
Context: mono/mono#16570
Context: mono/mono#16605
Context: mono/mono#16616
Context: mono/mono#16689
Context: mono/mono#16701
Context: mono/mono#16712
Context: mono/mono#16742
Context: mono/mono#16759
Context: mono/mono#16803
Context: mono/mono#16808
Context: mono/mono#16824
Context: mono/mono#16876
Context: mono/mono#16879
Context: mono/mono#16918
Context: mono/mono#16943
Context: mono/mono#16950
Context: mono/mono#16974
Context: mono/mono#17004
Context: mono/mono#17017
Context: mono/mono#17038
Context: mono/mono#17040
Context: mono/mono#17083
Context: mono/mono#17084
Context: mono/mono#17133
Context: mono/mono#17139
Context: mono/mono#17151
Context: mono/mono#17180
Context: mono/mono#17278
Context: mono/mono#17549
Context: mono/mono#17569
Context: mono/mono#17665
Context: mono/mono#17687
Context: mono/mono#17737
Context: mono/mono#17790
Context: mono/mono#17924
Context: mono/mono#17931
Context: https://github.com/mono/mono/issues/26758
Context: https://github.com/mono/mono/issues/37913
Context: xamarin/xamarin-macios#7005
jonpryor pushed a commit to xamarin/xamarin-android that referenced this issue Dec 3, 2019
Changes: mono/api-snapshot@fc50bc4...45a61d9

        $ git diff --shortstat fc50bc4f...45a61d93
         22 files changed, 775 insertions(+), 474 deletions(-)

Changes: dotnet/cecil@a6c8f5e...a6a7f5c

        $ git diff --shortstat a6c8f5e1...a6a7f5c0
         55 files changed, 818 insertions(+), 530 deletions(-)

Changes: mono/corefx@1f87de3...49f1c45

        $ git diff --shortstat e4f7102b...49f1c453
         38 files changed, 1171 insertions(+), 419 deletions(-)

Changes: dotnet/linker@ebe2a1f...e8d054b

        $ git diff --shortstat ebe2a1f4...e8d054bf
         137 files changed, 5360 insertions(+), 1781 deletions(-)

Changes: mono/mono@8946e49...18920a8

        $ git diff --shortstat 8946e49a...18920a83
         1811 files changed, 47240 insertions(+), 48331 deletions(-)

Changes: xamarin/xamarin-android-api-compatibility@a61271e...50a3c52

        $ git diff --shortstat a61271e0...50a3c52d
         1 file changed, 2 insertions(+), 791 deletions(-)

Fixes: #3619

Context: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1005448
Context: https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/967582
Context: https://github.com/dotnet/coreclr/issues/26370
Context: https://github.com/dotnet/coreclr/issues/26479
Context: https://github.com/dotnet/corefx/issues/40455
Context: https://github.com/dotnet/corefx/issues/40578
Context: mono/mono#7377
Context: mono/mono#12421
Context: mono/mono#12586
Context: mono/mono#14080
Context: mono/mono#14725
Context: mono/mono#14772
Context: mono/mono#15261
Context: mono/mono#15262
Context: mono/mono#15263
Context: mono/mono#15307
Context: mono/mono#15308
Context: mono/mono#15310
Context: mono/mono#15646
Context: mono/mono#15687
Context: mono/mono#15805
Context: mono/mono#15992
Context: mono/mono#15994
Context: mono/mono#15999
Context: mono/mono#16032
Context: mono/mono#16034
Context: mono/mono#16046
Context: mono/mono#16192
Context: mono/mono#16308
Context: mono/mono#16310
Context: mono/mono#16369
Context: mono/mono#16380
Context: mono/mono#16381
Context: mono/mono#16395
Context: mono/mono#16411
Context: mono/mono#16415
Context: mono/mono#16486
Context: mono/mono#16570
Context: mono/mono#16605
Context: mono/mono#16616
Context: mono/mono#16689
Context: mono/mono#16701
Context: mono/mono#16712
Context: mono/mono#16742
Context: mono/mono#16759
Context: mono/mono#16803
Context: mono/mono#16808
Context: mono/mono#16824
Context: mono/mono#16876
Context: mono/mono#16879
Context: mono/mono#16918
Context: mono/mono#16943
Context: mono/mono#16950
Context: mono/mono#16974
Context: mono/mono#17004
Context: mono/mono#17017
Context: mono/mono#17038
Context: mono/mono#17040
Context: mono/mono#17083
Context: mono/mono#17084
Context: mono/mono#17133
Context: mono/mono#17139
Context: mono/mono#17151
Context: mono/mono#17180
Context: mono/mono#17278
Context: mono/mono#17549
Context: mono/mono#17569
Context: mono/mono#17665
Context: mono/mono#17687
Context: mono/mono#17737
Context: mono/mono#17790
Context: mono/mono#17924
Context: mono/mono#17931
Context: https://github.com/mono/mono/issues/26758
Context: https://github.com/mono/mono/issues/37913
Context: xamarin/xamarin-macios#7005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants