Skip to content

Commit

Permalink
return timetuple
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Aug 30, 2024
1 parent 4ee318c commit 27db58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractal_server/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class FractalLoggingFormatter(logging.Formatter):
def converter(self, timestamp):
return datetime.datetime.fromtimestamp(
timestamp, tz=ZoneInfo("Australia/NSW")
)
).timetuple()


LOG_FORMATTER = FractalLoggingFormatter(LOG_FORMAT)
Expand Down

0 comments on commit 27db58d

Please sign in to comment.