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
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
time.LoadLocation may fail due to a missing time zone database. This is especially relevant on Windows, since there aren't any "default" locations checked.
When this error occurs, the error returned is simply: The system cannot find the path specified. This error should be wrapped to include that this was a failure to load location information, and that the time zone database may not be installed.
The text was updated successfully, but these errors were encountered:
time.LoadLocation may fail due to a missing time zone database. This is especially relevant on Windows, since there aren't any "default" locations checked.
When this error occurs, the error returned is simply:
The system cannot find the path specified.
This error should be wrapped to include that this was a failure to load location information, and that the time zone database may not be installed.The text was updated successfully, but these errors were encountered: