ResEnv / chain-api

RESTful sensor API
MIT License
39 stars 16 forks source link

AmbiguousTimeError will only be thrown if pytz is installed #67

Open ellachao opened 8 years ago

ellachao commented 8 years ago

This allows ambiguous times to be converted to utc if pytz is not installed on server.

See django make_aware documentation