Pendulum v2.0.4 Release Notes

Release Date: 2018-10-30 // over 5 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed from_format() not recognizing input strings when the specified pattern had escaped elements.
    • ๐Ÿ›  Fixed missing x token for string formatting.
    • ๐Ÿ›  Fixed reading timezone files.
    • โž• Added support for parsing padded 2-digit days of the month with from_format()
    • ๐Ÿ›  Fixed from_format() trying to parse escaped tokens.
    • ๐Ÿ›  Fixed the z token timezone parsing in from_format() to allow underscores.
    • ๐Ÿ›  Fixed C extensions build errors.
    • ๐Ÿ›  Fixed age calculation for future dates.