Skip to content

Releases: geozeke/parser201

Streamlined Time Conversions

27 Jan 19:27
8cc65ff
Compare
Choose a tag to compare

Changed

  • Cleaned up packaging for better PEP 561 compliance.
  • Cleaned up type hints.
  • Documentation updates.

Added

  • Nothing

Removed

  • Dropped support for converting timestamps to local machine time. Processing local timezones across multiple architectures and operating systems is a bit of a hot mess in Python right now. There's just too much variability with regard to OS Settings, location, daylight savings time, etc. The performance of this feature was spotty at best. There is still support for the original timezone and conversion to UTC.

Fixed

  • Nothing

Deprecated

  • Nothing