Page MenuHomeSoftware Heritage
Paste P984

(An Untitled Masterwork)
ActivePublic

Authored by seirl on Mar 24 2021, 11:04 AM.
return datetime.datetime(
1970, 1, 1, tzinfo=datetime.timezone.utc
) + datetime.timedelta(
seconds=obj["timestamp"]["seconds"],
> microseconds=obj["timestamp"]["microseconds"],
)
E OverflowError: Python int too large to convert to C int