Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conversion of config timestamp to datetime
It was using `fromtimestamp` which 'returns the local date and time'. The `utcfromtimestamp` returns a UTC datetime. This probably explains the reason for the inconsistency seen in #110.
- Loading branch information