sisyphsu / dateparser

dateparser is a smart and high-performance date parser library, it supports hundreds of different formats, nearly all format that we may used. And this is also a showcase for "retree" algorithm.
MIT License
95 stars 24 forks source link

The parser doesn't allow setting the default timezone (if timezone is not present in the string) #34

Open alishaarora opened 8 months ago

alishaarora commented 8 months ago

We would like to use the default timezone of UTC in case timezone is not present. However, the parser doesn't allow overriding the timezone and takes the system default instead