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
I'm going to hold off on implementing this one until I get some more feedback on #15
yuvipanda
changed the title
Make the timestamps in comments be datetime objects instead of str
Make the timestamps in comments be ISO8601 formatted rather than current format
Jan 14, 2016
I've had good success with
datetime.strptime(sec.children[0].value.timestamp.strip(), "%H:%M, %d %B %Y (%Z)")
The text was updated successfully, but these errors were encountered: