Open Yinkle opened 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
I noticed the same thing, so I post here, what was inside my closed issue:
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).
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).
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?
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.
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.