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

Deprecate timestamp methods on NaiveDateTime #1473

Merged
merged 9 commits into from
Mar 1, 2024

Add comment to calculate `UNIX_EPOCH_DAY`

1159dd9
Select commit
Loading
Failed to load commit list.
Merged

Deprecate timestamp methods on NaiveDateTime #1473

Add comment to calculate `UNIX_EPOCH_DAY`
1159dd9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 29, 2024 in 1s

93.92% of diff hit (target 92.16%)

View this Pull Request on Codecov

93.92% of diff hit (target 92.16%)

Annotations

Check warning on line 284 in src/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/datetime/mod.rs#L282-L284

Added lines #L282 - L284 were not covered by tests

Check warning on line 135 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L133-L135

Added lines #L133 - L135 were not covered by tests

Check warning on line 150 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L150

Added line #L150 was not covered by tests

Check warning on line 167 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L167

Added line #L167 was not covered by tests

Check warning on line 184 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L184

Added line #L184 was not covered by tests

Check warning on line 367 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L367

Added line #L367 was not covered by tests

Check warning on line 378 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L378

Added line #L378 was not covered by tests

Check warning on line 389 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L389

Added line #L389 was not covered by tests

Check warning on line 409 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L409

Added line #L409 was not covered by tests

Check warning on line 428 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L428

Added line #L428 was not covered by tests

Check warning on line 439 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L439

Added line #L439 was not covered by tests

Check warning on line 450 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L450

Added line #L450 was not covered by tests

Check warning on line 458 in src/naive/datetime/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/mod.rs#L458

Added line #L458 was not covered by tests

Check warning on line 985 in src/naive/datetime/serde.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/naive/datetime/serde.rs#L983-L985

Added lines #L983 - L985 were not covered by tests