We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5d7c9 commit f548914Copy full SHA for f548914
1 file changed
watcher/jobs/snapshots.py
@@ -13,7 +13,7 @@ async def take_player_snapshot():
13
for session in sessions:
14
sessions_dict[str(session.id)] = {
15
"positions": session.positions,
16
- "start_date": session.start_date,
+ "start_date": session.start_date.strftime("%Y-%m-%d %H:%M:%S"),
17
"total_time": session.total_time
18
}
19
0 commit comments