OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
541 stars 130 forks source link

Time is incorrect #299

Closed Grimshad closed 2 years ago

Grimshad commented 2 years ago

Time is not localized to the server. So all the saves show the wrong time. Don't see any timezone option in the config either.

knoxfighter commented 2 years ago

I guess it is always shown in UTC or servertime and nothing localized at all. We should probably change it to show it in local usertime :)

EphDoering commented 2 years ago

I added a PR #314 to address this. It uses toLocaleString which has good cross-browser support. I didn't think it counted as notable so I didn't add anything to the changelog.

mroote commented 2 years ago

Thanks @FrederickDoering!