Skip to content

Releases: chasebrewsky/scrywarden

0.1.1

13 Dec 01:06
c6a5a81
Compare
Choose a tag to compare
  • Added timezone to all datetime objects: There was an issue occurring where the timestamps in the database were not compatible with python datetime objects because they were timezone unaware. UTC was given as the default timezone to any calls to datetime.now().

  • Fixed bug where collector skipped very first event: The first datetime object was subtracted by one second to compensate.

Initial Release

04 Dec 07:19
Compare
Choose a tag to compare
0.1.0

Initial commit