Commit 10ac6540 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update dm.now

parent d5632463
......@@ -287,7 +287,8 @@ class CsstMsDataManager:
@staticmethod
def now():
return datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
""" Return ISOT8601 format datetime. """
return datetime.datetime.now().strftime('%Y-%m-%dT%H:%M:%S.%f')
# DFS APIs
@property
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment