Skip to content
Snippets Groups Projects
Commit 4c7cda37 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use UTC time

parent 29f28984
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ from km3pipe.io import CHPump
def current_date_str(fmt="%Y-%m-%d"):
"""Return the current datetime string"""
return datetime.datetime.now().strftime(fmt)
return datetime.datetime.utcnow().strftime(fmt)
class MSGDumper(Module):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment