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

Support chrono::NaiveDateTime for TimestampSeconds and variants #389

Merged
merged 1 commit into from
Nov 6, 2021

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented Nov 6, 2021

Closes #351

bors merge

@Brainysage

This comment has been minimized.

@Brainysage

This comment has been minimized.

@codecov
Copy link

codecov bot commented Nov 6, 2021

Codecov Report

Merging #389 (97260a4) into master (043c6da) will increase coverage by 0.44%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #389      +/-   ##
==========================================
+ Coverage   75.15%   75.60%   +0.44%     
==========================================
  Files          47       47              
  Lines        2858     2910      +52     
==========================================
+ Hits         2148     2200      +52     
  Misses        710      710              
Impacted Files Coverage Δ
serde_with/src/lib.rs 75.00% <ø> (ø)
serde_with/src/chrono.rs 66.01% <100.00%> (+2.10%) ⬆️
serde_with/tests/chrono.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 043c6da...97260a4. Read the comment docs.

@bors
Copy link
Contributor

bors bot commented Nov 6, 2021

Build succeeded:

@bors bors bot merged commit 13320c6 into master Nov 6, 2021
@bors bors bot deleted the issue351 branch November 6, 2021 21:45
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.

Extend the Timestamp*Seconds types to support chrono::NaiveDateTime
2 participants