Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small simplifications #1530

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Small simplifications #1530

merged 4 commits into from
Mar 21, 2024

Conversation

pitdicker
Copy link
Collaborator

Some small simplifications to DateTime::date_naive and NaiveDate::diff_months, a commit from #1523 to replace .and_local_timezone(Utc).unwrap() with and_utc(), and a commit to remove some strange documentation from NaiveDateTime::and_local_timezone.

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.81%. Comparing base (236b7ad) to head (4ca2940).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1530   +/-   ##
=======================================
  Coverage   91.81%   91.81%           
=======================================
  Files          40       40           
  Lines       18351    18319   -32     
=======================================
- Hits        16849    16820   -29     
+ Misses       1502     1499    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pitdicker pitdicker merged commit 18328a8 into chronotope:main Mar 21, 2024
35 checks passed
@pitdicker pitdicker deleted the date_naive branch March 21, 2024 12:09
@pitdicker pitdicker restored the date_naive branch March 21, 2024 12:09
@pitdicker pitdicker deleted the date_naive branch March 21, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants