⬆️ Bump parse_datetime from 0.14.0 to 0.15.0#3166
Merged
Merged
Conversation
Bumps [parse_datetime](https://github.com/uutils/parse_datetime) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/uutils/parse_datetime/releases) - [Commits](uutils/parse_datetime@v0.14.0...0.15.0) --- updated-dependencies: - dependency-name: parse_datetime dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
53b48d9 to
01e9c0e
Compare
Add an inline parse_zoned helper to centralize parsing of zoned datetimes and map out-of-range results to DateTimeError::OutOfRange. Replace duplicate parse_datetime calls with parse_zoned and simplify epoch construction by using parsed.unix_epoch_second() and parsed.subsec_nanosecond() instead of manual nanosecond arithmetic and Euclidean division. This reduces duplication and clarifies error handling.
ChanTsune
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps parse_datetime from 0.14.0 to 0.15.0.
Release notes
Sourced from parse_datetime's releases.
Commits
7440dd9docs: update crate description to reflect Zoned return typee5b9263chore(deps): update moonrepo/setup-rust action to v116ce783Add assertions for month and day in date parsing test62f26a4tests: cover Display fractional-second formatting01687f3Display: preserve fractional seconds when present3767622ci: add fuzz_large_year target to CI workflow93f2eafdocs: add ExtendedDateTime usage example to README42233b0Add large-year coverage to fuzz targete9b8f7aDeduplicate test helpers using Display and expect_in_range22da570Remove Item::Timestamp enum variant