WA发布 发表于 2023-6-12 08:21:55

Minimap Clock Time

More precise minimap clock which uses the server time. Uses GetServerTime() instead of GetGameTime().

It simply overwrites the text on your minimap clock with a more precise time and shouldn't look any different. You can also show seconds in the custom options.

Presumably the minimap clock is run on this function which has some consistency issues:
https://wow.gamepedia.com/API_GetGameTime
https://wowwiki.fandom.com/wiki/API_GetGameTime

New:
- Added code to offset the time based on your local time zone back to server time. This should now show the proper server time regardless of your local time zone and DST since it compares GetServerTime() and GetGameTime() to compute an offset.
页: [1]
查看完整版本: Minimap Clock Time