ModOrganizer2 / modorganizer

Mod manager for various PC games. Discord Server: https://discord.gg/ewUVAqyrQX if you would like to be more involved
http://www.nexusmods.com/skyrimspecialedition/mods/6194
GNU General Public License v3.0
2.21k stars 163 forks source link

Saves tab mouseover "Date" correct date but wrong timezone. #1142

Open Yinkle opened 4 years ago

Yinkle commented 4 years ago

When I mouse over my saves it shows the time of the save as 7 hours behind. Sorry if this isn't a bug but I can't find a setting to change it anywhere.

Holt59 commented 4 years ago

This is likely game-specific since it comes from the ISaveGame object. There is manual offset in the SSE game save from timestamp, I think added by @Silarn

Horf commented 4 years ago

I noticed the same thing, so I post here, what was inside my closed issue:


The problem:

Inside if MO2 the savegames are differring 7 hours from my local time (I think from GER to US ?) - If I made a save at 2:30 PM it will be 7:30 AM in MO2. It's not 'gamebreaking' but still confusing and I can't find any option to set the time. The savegame itself still has the correct time (in this example 2:30 PM).

Environment:

Screenshots:

MO2 Savegame Properties Window

USVFS:

https://pastebin.com/aAKZ6TF1

MO Interface:

https://pastebin.com/jsxgpHs3

me-dog commented 3 weeks ago

Still a problem. Shouldn't the timezone arithmetic be done in basic_save_game_info.py in plugins\basic_games\basic_features? I can't get it shoehorned in anywhere (likely because I'm a total noob in python).

Holt59 commented 3 weeks ago

Still a problem. Shouldn't the timezone arithmetic be done in basic_save_game_info.py in plugins\basic_games\basic_features? I can't get it shoehorned in anywhere (likely because I'm a total noob in python).

Do you have this issue with games other than Morrowind?

me-dog commented 3 weeks ago

Still a problem. Shouldn't the timezone arithmetic be done in basic_save_game_info.py in plugins\basic_games\basic_features? I can't get it shoehorned in anywhere (likely because I'm a total noob in python).

Do you have this issue with games other than Morrowind?

I only use MO2 for Skyrim AE and that's where I see the issue.