Skip to content

v0.1.4

Compare
Choose a tag to compare
@waltzofpearls waltzofpearls released this 06 Jun 07:50
· 25 commits to main since this release
13af384

dateparser: support more formats + parsing on a specific timezone

  • support more datetime parsing formats
  • new function parse_with_timezone() that can specify a custom timezone offset
  • new struct Parse with all the parsing functions moved into there