-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
This line seems to be overwriting all timestamp values with the current time:
| values = {key: (val.utcnow().isoformat() if isinstance(val, datetime) else val) for (key, val) in self.values.items() } |
Specifically at this part: val.utcnow().isoformat() if isinstance(val, datetime)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels