ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
695 stars 42 forks source link

Make Timestamp.datetime UTC aware #465

Closed ahawker closed 4 years ago

ahawker commented 4 years ago

Status: Ready

If merged, this PR modifies the datetime.datetime instance returned by ulid.Timestamp.datetime to be UTC aware with the datetime.timezone.utc tzinfo value.

Fixes #463

ahawker commented 4 years ago

Merged in https://github.com/ahawker/ulid/commit/88e725ff0b5953b774d7c180d1963b928e0272d0 - I just messed up the rebase for auto closure.