-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Option to set UTC+X instead of city #23
Comments
@amoledwatchfaces It appears you are using only the primary names from the IANA tzdb, correct? Perhaps you could display the standard names, alternative names, abbreviations, & UTC offsets. Also see: @depau has a great app to reference for implementation called World Clock Tile. |
@symmetricalboy @steam3d World Clock Complication uses same city list as Google Clock. All time zones should be covered. I don't think it's necessary to add 4-5 cities with the same UTC offset. |
@amoledwatchfaces Perhaps add the bare UTC values still as an option? What about a way to customize the displayed abbreviation? |
@amoledwatchfaces some cities have summer and winter time so how can I know if the selected city with the necessary UTC offset will display the correct time throughout the year? |
This is handled by TimeFormatComplicationText.Builder() |
I can add that to UTC section later. |
Many cities are missing from the list of world times. It would be much easier to simply set a UTC+X value.
The text was updated successfully, but these errors were encountered: