-
Notifications
You must be signed in to change notification settings - Fork 28
(jiff series #6) refactor: replace chrono with jiff #213
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
(jiff series #6) refactor: replace chrono with jiff #213
Conversation
a066cfc
to
06d3a2d
Compare
06d3a2d
to
0715ed9
Compare
5e6c855
to
89a94c2
Compare
89a94c2
to
ae25053
Compare
// #[test] | ||
// fn test_epoch_seconds_non_utc() { | ||
// env::set_var("TZ", "EST"); | ||
// let dt = "@1613371067"; | ||
// let actual = parse_datetime(dt).unwrap(); | ||
// assert_eq!(actual.timestamp().as_second(), TEST_TIME); | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this test can be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can revisit it after this PR is done.
Thanks! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
=====================================
Coverage ? 0
=====================================
Files ? 0
Lines ? 0
Branches ? 0
=====================================
Hits ? 0
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.