## I wish to configure the logger to use UTC, eg 2018-08-24T11:06:30.831710Z` ## notes a datetime object can be converted via: ``` d.utcnow().isoformat() + "Z" ```
I wish
to configure the logger to use UTC, eg 2018-08-24T11:06:30.831710Z`
notes
a datetime object can be converted via: