0.2.2
- Higher throughput, faster timestamp resolution.
- Added support for unixtime input values.
utcnow.get(0)
# "1970-01-01T00:00:00.000000Z"
utcnow.get(time.time())
# "2021-02-26T07:04:27.973312Z"
utcnow.get(0)
# "1970-01-01T00:00:00.000000Z"
utcnow.get(time.time())
# "2021-02-26T07:04:27.973312Z"