Closed anytarseir67 closed 3 years ago
Has this been tested against timestamps that Guilded will actually send? They end a little bit differently and I can’t remember if this method covers that.
it already handles timestamps from Guilded, so this only affects timestamps from a datetime.
Yes, but you removed a second strptime
that IIRC I added for edge cases from Guilded (in which no microsecond is included).
as far as i can tell, the first one handles everything from guilded, i tested this out for a while and i never got any errors.
Yeah, hence edge case. I should prefer it stays in, and fromisoformat
being another layer down.
readded it.
Thanks
fixes #15