stuff
This commit is contained in:
parent
76c2dedea3
commit
44703c5601
3 changed files with 27 additions and 20 deletions
|
|
@ -36,7 +36,9 @@ class CheckpointManager:
|
|||
write_yaml(
|
||||
path=self.file_path,
|
||||
data={
|
||||
CheckpointManager.highest_synced_timestamp_field_key: self.highest_synced_timestamp.isoformat()
|
||||
CheckpointManager.highest_synced_timestamp_field_key: self.highest_synced_timestamp.astimezone(
|
||||
tz=datetime.timezone.utc
|
||||
).isoformat()
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue