Skip to content

Commit 893f636

Browse files
chore(deps): Bump chrono from 0.4.26 to 0.4.29 (#12136)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Runji Wang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Runji Wang <[email protected]>
1 parent 3383291 commit 893f636

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tests/e2e_extended_mode/src/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl TestSuite {
187187
);
188188
}
189189

190-
let timestamptz = DateTime::<Utc>::from_utc(
190+
let timestamptz = DateTime::<Utc>::from_naive_utc_and_offset(
191191
NaiveDate::from_ymd_opt(2022, 1, 1)
192192
.unwrap()
193193
.and_hms_opt(10, 0, 0)

0 commit comments

Comments
 (0)