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

Timezones would be a nice addition #33

Closed
peterrussell opened this issue Jun 23, 2021 · 2 comments
Closed

Timezones would be a nice addition #33

peterrussell opened this issue Jun 23, 2021 · 2 comments

Comments

@peterrussell
Copy link

It would be great if I could type a quart such as 10:00BST to EDT or 10:00 London to New York and get the relevant time in the identified timezone.

So, typing:
10:00EDT BST
would give:
BST 15:00 (3:00 PM)

By default you could convert any time with timezone to the local timezone (and maybe UTC also)

So, if I were in the UK, typing:
10:00 EDT
would give:
BST 15:00 (3:00 PM)
UTC 14:00 (2:00 PM)

or if possible, optionally using city names rather than timezone identifiers:
10:00 New York
would give:
BST 15:00 (3:00 PM)
UTC 14:00 (2:00 PM)

Would be even better if I could configure a selection of "favoured timezones" that I use and also give those

@wolph
Copy link
Owner

wolph commented Jun 24, 2021

While I agree that would be a useful addition, I'm wondering if that hasn't been done before :)

I found this one that looks good: https://www.packal.org/workflow/timezones-2
Doesn't that do everything you need already? I don't mind adding it, but reinventing the wheel is a waste of time ;)

@peterrussell
Copy link
Author

peterrussell commented Jun 24, 2021 via email

@wolph wolph closed this as completed Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants