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
local_timezone: gracefully handle retrieval errors on Darwin
In some sandbox environments, the program may not have
permission to access /etc/localtime or it may not exist.
Catch any exceptions accessing and parsing its value and return UTC by
default to avoid crashing the program.
0 commit comments