Simple-Clock icon indicating copy to clipboard operation
Simple-Clock copied to clipboard

Allow selecting time zone for the clock widget

Open gitmatt19 opened this issue 6 years ago • 1 comments

It would be great if we could set the time zone on the clock widget.

gitmatt19 avatar Oct 08 '18 23:10 gitmatt19

I've been looking into this as I'm in need of a clock widget for a different timezone, and the biggest barrier to this is that widget configuration is global -- while modifying the configurator for the widgets to include time zone would be fairly trivial since you can simply setTimeZone on a TextClock, if you had multiple of the same type of widget they would all use the same timezone, which in many obvious usecases of being able to create clock widgets with different timezones quite misses the point.

lambdadog avatar Apr 12 '23 03:04 lambdadog