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
lab.Lab currently has a timezone field that has values such as “UTC+0”. I don’t think this is going to work for many locations, because the UTC offset of timezones can change throughout the year based on daylight savings time.
Better would be to choose from a list of named timezones such as pytz.common_timezones:
lab.Lab
currently has a timezone field that has values such as “UTC+0”. I don’t think this is going to work for many locations, because the UTC offset of timezones can change throughout the year based on daylight savings time.Better would be to choose from a list of named timezones such as
pytz.common_timezones
:better still would be to find an international standard for timezones. Maybe pytz follows one, I'm not sure.
The text was updated successfully, but these errors were encountered: