Fixes chrono warnings (#49)

This commit is contained in:
Óscar García Amor
2024-11-06 13:40:49 +01:00
committed by GitHub
parent c1862d30ad
commit 2e5d031d1c
4 changed files with 5 additions and 5 deletions

View File

@ -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(),
)