Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple abbreviations / alternate names #138

Open
KevinNovak opened this issue Jan 23, 2021 · 1 comment
Open

Allow multiple abbreviations / alternate names #138

KevinNovak opened this issue Jan 23, 2021 · 1 comment

Comments

@KevinNovak
Copy link

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.

@vvo vvo added the pr-welcome label Feb 10, 2021
@vvo
Copy link
Owner

vvo commented Feb 10, 2021

Hi, if there's a list somewhere we can use and automatically read from then why not! I'll be accepting PRs trying to solve this, yes

@KevinNovak KevinNovak changed the title Allow multiple abbreviations Allow multiple abbreviations / alternate names Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants