You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Included inline documentation for the functions and parts developers may touch in this library.
Added modifier and timediff support for milliseconds, microseconds and nanoseconds (although nanosecond precision will currently not use native nanoseconds, and will return microseconds * 1000). See details in #133.
Refactoring of the library to actually use a ModuleType instead of creating a class object (that was used as as a drop in for the module) when importing utcnow.
Addition of a context manager available at utcnow.synchronizer to freeze the current time of utcnow to a specific value of your choice or to the current time when entering the context manager. See details in #133 and the repo documentation.