How do I append 'Z' suffix to my datetime.datetime object which has a timestamp? e.g 2020-08-08T00:00:00
Asked
Active
Viewed 83 times
0
-
1timestamp+'Z'... – zvi Aug 27 '20 at 18:18
-
related: https://stackoverflow.com/questions/19654578/python-utc-datetime-objects-iso-format-doesnt-include-z-zulu-or-zero-offset – FObersteiner Aug 27 '20 at 19:09