I have some text fields that display the Date $df(MMM d)$, $df(yyyy)$ for different time zones, however it does not seem to be updating accurately. KWGT is not battery optimized, and the Time display is always accurate. Here is a screenshot of the widget itself (top half), note that China should be Sep 3, 2024. If I edit the widget (bottom half), you can see that the date for China is correct. Sometime later, the date in the widget will update itself and be correct. The times in both images are always correct.
Unfortunately it doesn’t - I set it to fast, and for the past 45 minutes have been monitoring it (Paris should have been changed to Oct 11, 2024 18 minutes before this screenshot).
Plus. the times themselves have always updated perfectly… on the minute.
Each line is a separate set of containers, but each line has its own timezone.
The date is displayed using: $df(MMM d)$, $df(yyyy)$
The time is in a separate Text Field… I did this because I couldn’t get the alignment I wanted if the Date and Time entries were together in one Text Field.
There are 3 ways (that I know of) to create time for a timezone:
Set the timezone in a Komponent
Set the timezone in a layer (overlay or stack)
Set the time to another timezone by manually setting the timedifference (which is what I meant by using the a6h (6 is a random number of hours; r6h also works, if you need it)
I’m assuming you mean you used 1?
Could you try 2 and 3 to see if that makes a difference?
Ofcourse it should work with the timezones in the komponents, but maybe you can find a workaround and at least we might be a bit closer to determining where the problem/bug exactly is.