deanishe / alfred-convert

Convert between different units in Alfred
Other
721 stars 56 forks source link

Feature request: timezone conversion #10

Closed feigaoxyz closed 6 years ago

feigaoxyz commented 8 years ago

Any plans for timezones conversion?

deanishe commented 8 years ago

It's not something I'd thought about, no.

The workflow is basically a thin wrapper around the pint library. If pint can be made to understand times and timezones, it should be easy enough to grab a list of timezones and feed them to pint, like the workflow currently does with currencies/exchange rates.

I really don't know if that's possible, however.