timex v1.0.2 Release Notes

  • ๐Ÿ’ฅ BREAKING: If you previously depended on parsing of timezone abbreviations for non-POSIX zones, โšก๏ธ for example, CEST, you will need to update your code to manually map that abbreviation to a valid zone ๐Ÿ‘ name. Timezone abbreviations are only supported if they are POSIX timezones in the Olson timezone database.

    โž• Added

    • โž• Added CHANGELOG
    • โž• Add Date.from clause to handle Phoenix datetime_select changeset ### ๐Ÿ”„ Changed
    • Timezone abbreviation handling is now only valid for POSIX/Olson timezone names.
    • Some small optimizations ### ๐Ÿ—„ Deprecated
    • N/A ### โœ‚ Removed
    • Timezone abbreviation handling for non-POSIX/Olson timezone names ### ๐Ÿ›  Fixed
    • Timezone abbreviation handling (was previously non-deterministic/incorrect)
    • โšก๏ธ Disable tzdata's auto-update during compilation
    • Usage of imperative if