apache / flagon-distill

Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs
https://flagon.apache.org/
Apache License 2.0
10 stars 14 forks source link

42-normalize-timestamp #46

Closed rc10house closed 2 months ago

rc10house commented 2 months ago

Added timestamp normalization function for use in log ID creation. The function can accept arbitrary timestamps and timezones and will attempt to normalize to a python date time object (defaults to +0000 timezone). The function can also accept POSIX timestamps (seconds or milliseconds since the epoch).

Closes #42