V1.0.1: Timestamp as Microtime
Fixing the issue where microtime is not the proper format as 1*1000000 instead of 1*1000 and this resulted in events not being used as they are older than 3 days in microtime.
What's Changed
- Update timestamp to microtime format by @AlexWestergaard in #8
Full Changelog: v1.0.0...v1.0.1