Skip to content

Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@Micha-ohne-el Micha-ohne-el released this 24 Jul 17:15
· 2 commits to master since this release

First public release πŸŽ‰

To do:

  • Timezone support.
    • Currently everything is UTC-only.
  • Format parsing support.
    • You should be able to do Thyme.parseSimple('YYYY-MM-DD', '2021-12-31'), for example.
  • More formats.
    • Currently planned are PHP's date_format, ECMAScript's time format, and ISO 8601, but others may also be added.