Skip to content

SetValues incorrectly sets timestamp values #9

@cabo-nectar

Description

@cabo-nectar

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions