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
I'm writing an application that needs to detect a time zone based on user input, including abbreviations. Some users may type type something like "PDT" or "PT" instead of "PST" or vice versa, so it would be useful to maybe make the abbreviations an array, or have a preferred abbreviation and then a list of alias abbreviations. I think this logic could also be applied to the alternate names as well, if necessary.
The text was updated successfully, but these errors were encountered:
I'm writing an application that needs to detect a time zone based on user input, including abbreviations. Some users may type type something like "PDT" or "PT" instead of "PST" or vice versa, so it would be useful to maybe make the abbreviations an array, or have a preferred abbreviation and then a list of alias abbreviations. I think this logic could also be applied to the alternate names as well, if necessary.
The text was updated successfully, but these errors were encountered: