-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: uutils/parse_datetime
base: v0.13.2
head repository: uutils/parse_datetime
compare: v0.13.3
- 9 commits
- 6 files changed
- 3 contributors
Commits on Nov 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ce151f - Browse repository at this point
Copy the full SHA 6ce151fView commit details
Commits on Nov 21, 2025
-
relative: Support parsing floating relative values with spaces
In case a string such as "now + 1.5 seconds" was parsed we were failing. This happened because after processing now, the parser was getting to the point in which the string contained "+ 1.5", and once the sign was processed, the remaining " 1.5" string conained a space that was causing sec_and_nsec to fail. Instead of failing at this point, just strip the spaces after the sign has been processed. Note in fact that "0+0.0 seconds" was working fine Closes: uutils/coreutils#8618
Configuration menu - View commit details
-
Copy full SHA for 1e4fc30 - Browse repository at this point
Copy the full SHA 1e4fc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ab892 - Browse repository at this point
Copy the full SHA d6ab892View commit details -
Merge pull request #245 from uutils/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
Configuration menu - View commit details
-
Copy full SHA for 9de30f5 - Browse repository at this point
Copy the full SHA 9de30f5View commit details -
Merge pull request #246 from 3v1n0/fix-parsing-relative-times
relative: Support parsing floating relative values with spaces
Configuration menu - View commit details
-
Copy full SHA for 31b8e58 - Browse repository at this point
Copy the full SHA 31b8e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835e46e - Browse repository at this point
Copy the full SHA 835e46eView commit details -
Merge pull request #247 from cakebaker/bump_dependencies
chore: update dependencies
Configuration menu - View commit details
-
Copy full SHA for ea143af - Browse repository at this point
Copy the full SHA ea143afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d095b - Browse repository at this point
Copy the full SHA 92d095bView commit details -
Merge pull request #248 from cakebaker/bump_version_to_0_13_3
chore: bump version to `0.13.3`
Configuration menu - View commit details
-
Copy full SHA for 6462d41 - Browse repository at this point
Copy the full SHA 6462d41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.13.2...v0.13.3