Skip to content

Releases: freach/udatetime

Version 0.0.17

12 Aug 07:52
Compare
Choose a tag to compare

Release tested on Python 2.7, Python 3.5 and Python 3.9.

  • Link shared library with libm #30
  • Explicitly include <sys/timeb.h> for ftime() and struct timeb
  • remove tz offset calculation on UTC timestamp

0.0.16

14 Feb 12:15
Compare
Choose a tag to compare

Added support for variable fractions length. A length of 1 up to 6 digits is now supported and will be normalized to microseconds.

0.0.15: Merge pull request #25 from freach/develop

08 Feb 15:26
e21ebbe
Compare
Choose a tag to compare

Fixed a memory leak in the C module rfc3339 if _parse_date gets called by from_rfc3339_string.

0.0.14

04 Dec 12:48
Compare
Choose a tag to compare
  • Fix documentation to point out a minor issue with udatetime's timezones
  • Fix DST information, return proper DST information

Thanks to @apyrgio

Version 0.0.13

07 Aug 17:12
Compare
Choose a tag to compare
  • Fix out-of-bounds read
  • Moved rfc3339 module from global namespace to udatetime. Module now named udatetime.rfc3339