Interface: explicitly display time zone used by game engine

Past suggestions that have been incorporated into the live game.
Post Reply
User avatar
Badziew
Posts: 105
Joined: Wed Nov 24, 2021 3:23 am
Location: Poland

Interface: explicitly display time zone used by game engine

Post by Badziew »

Game page footer contains two timestamps with current time and time of last tick, e.g.:
Current Game Time: Wed 2022-04-06 14:43:06
Last Action Point Tick was at 2022-04-06 14:30:07
Message log also contains timestamps at end of each message.

Unfortunately all these timestamps are ambiguous because they do not contain any timezone information.

It was confirmed a few times on chat that game engine uses GMT, but I think it would be nice to also display that information directly in interface. It could be either extending code to add timezone code to each and every timestamp, or simply add a line like "Displayed timestamps are in GMT timezone" to the footer.
My characters (sorted by IDs): Badziew, Tiger Fist, Pilgrim, Sentient Spellbook, a trojan cat.

Check my wiki profile for more information, including contact information.
BobGeneric
Posts: 231
Joined: Sat Feb 13, 2021 4:29 am

Re: Interface: explicitly display time zone used by game engine

Post by BobGeneric »

This should be deployed with the next patch.
Post Reply