You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in models.py line 105 it's trying to do an rsplit on the "+" character but in my particular python + django install the timestamp has a different format.
@jcarbaugh good to hear, please keep in mind that it's not a very solid fix though. All that string mangling should probably be replaced with solid timezone aware code at some point.
in models.py line 105 it's trying to do an rsplit on the "+" character but in my particular python + django install the timestamp has a different format.
This is the line:
And this is the timestamp:
i.e. there is no + sign in that timestamp
The text was updated successfully, but these errors were encountered: