mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-06 09:40:43 +00:00
Fixes chrono warnings (#49)
This commit is contained in:
committed by
GitHub
parent
c1862d30ad
commit
2e5d031d1c
@ -89,7 +89,7 @@ mod test {
|
||||
Snapshot {
|
||||
version_id,
|
||||
versions_since: 3,
|
||||
timestamp: Utc.ymd(2001, 9, 9).and_hms(1, 46, 40),
|
||||
timestamp: Utc.with_ymd_and_hms(2001, 9, 9, 1, 46, 40).unwrap(),
|
||||
},
|
||||
snapshot_data.clone(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user