Joe Kueser

Results 2 comments of Joe Kueser

I'm seeing the same issue. It's in models.py. The block of code looks like this: ``` python timestamp, tz = resp["SubmittedAt"].rsplit("+", 1) tz_offset = int(tz.split(":", 1)[0]) tz = timezone("Etc/GMT%s%d" %...

While you are waiting for the next release, you can always point to the GitHub version. Not recommended for production, but it will get you by while developing: Just modify...