Skip to content

0.3.8

Latest
Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 04 Oct 12:20
· 52 commits to master since this release
0.3.8
01650f7
  • 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.