6 lines
98 B
Python
6 lines
98 B
Python
"""Utils for tests"""
|
|
|
|
|
|
def serialize_datetime(d):
|
|
return d.strftime('%Y-%m-%dT%H:%M:%S.%fZ')
|