tempodb / tempodb-python

Python client for TempoDB
MIT License
28 stars 19 forks source link

Py3k and Py2k cross compat #42

Open ixmatus opened 10 years ago

ixmatus commented 10 years ago

Using Six to handle multi-lang compatibility.

The strptime function was receiving a -05:00 (instead of a -0500) so I opted to use dateutil's parse() function since it just discards bad TZ info.