[Feature Request] World Clock Widget for Multi-Timezone Display #6204
Unanswered
karlspace
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'd like to propose a World Clock information widget for displaying multiple time zones simultaneously. This would complement the existing
datetimewidget for users who need to monitor times across different locations.Screenshot
Working Implementation Available
A fully functional implementation is available in my fork:
feature/worldclockghcr.io/karlspace/dashboard:latestTo test it:
The implementation is open for anyone to review, use, or adapt. If this feature gains enough community interest, feel free to coordinate with the maintainers about potential inclusion in the upstream project.
Use Cases
Proposed Features
text_size4xl,3xl,2xl,xl,lg,md,sm,xs)format24hor12hshow_datedate_positionleft,right,above,belowdate_formatIntl.DateTimeFormatoptions for custom date formattingshow_secondslayouthorizontal,vertical,gridcolumnslocalelabel_bold/time_boldClock Configuration
timezone: IANA timezone identifier (e.g.,Europe/Berlin,America/New_York)label: Custom display labelflag: Optional flag emoji via ISO 3166-1 alpha-2 country codeExample Configuration
Implementation Notes
Intl.DateTimeFormatAPI (no external dependencies)Would others find this useful? Feel free to test the implementation and provide feedback.
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions