1. These might help:I’m trying to modify the Monterey Rainmeter skin to display two clocks: my local time (Taipei, UTC+08:00) and Hawaii time (UTC−10:00).
The issue:
1. The Hawaii clock's date still follows Taipei's time zone, not Hawaii’s.
2. I’d also like to display the time zone name (e.g., "Hawaii") below the clock.
Any tips on fixing the date and adding the time zone name? Thanks!
- https://docs.rainmeter.net/manual/measures/time/#TimeZone
- https://docs.rainmeter.net/manual/measures/time/#DaylightSavingTime
2. This might help:
- https://forum.rainmeter.net/viewtopic.php?t=45324
Or, if you prefer an easier approach that's not based on the Windows data from the registry, get the timezone data online, see the last link here:
- https://forum.rainmeter.net/viewtopic.php?t=39046&start=20#p235679
Obviously, the site / API you'd use is up to you, as long as it can be parsed with WebParser.
P.S. The above is the general idea, the implementation in your skin might also depend on the particularities of the skin itself.
Statistics: Posted by Yincognito — Today, 9:16 am — Replies 39 — Views 201836