ueffel / Keypirinha-Time

Provides command to convert and format datetime strings
MIT License
14 stars 0 forks source link

Is it possible to include more cities to the timezone search? #4

Open Avastgard opened 3 weeks ago

Avastgard commented 3 weeks ago

My main use case for this is to check the time zone difference on certain cities.

However, the cities I usually look up are included in another city's time zone. For example, searching for "Milwaukee" on Time shows nothing, as there is no specific entry for it because it falls under "US/Central Time" (UTC -5). If you are not looking for the time in a city that is already on the Timezone database, you just have to know at what timezone the city is, which defeats the purpose of this plugin. So I end up just googling "Milwaukee time" instead, as it's much faster.

I would like to know if it's possible to add more cities to the database and if I can do this by myself.

EDIT: Also, does the plugin account for daylight saving time?