4 lines
131 B
Python
4 lines
131 B
Python
# lint-amnesty, pylint: disable=missing-module-docstring
|
|
def serialize_datetime(d):
|
|
return d.strftime('%Y-%m-%dT%H:%M:%S.%fZ')
|