You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update per-platform support for determining the local time zone (#101)
Treat the Apple Core Foundation "default time zone" and the
Android "persist.sys.timezone" property consistently as initial
values for the local time zone (overriding ":localtime"). Then
allow ${TZ} to override that on all platforms.
The only slightly confusing thing is CFTimeZoneCopyDefault()
appears to also heed ${TZ} internally, but that's OK.
0 commit comments