Skip to content

Conversation

yuankunzhang
Copy link
Contributor

No description provided.

@yuankunzhang yuankunzhang force-pushed the replace-chrono-with-jiff-6 branch 4 times, most recently from a066cfc to 06d3a2d Compare August 17, 2025 10:35
@yuankunzhang yuankunzhang marked this pull request as ready for review August 17, 2025 10:41
@yuankunzhang yuankunzhang force-pushed the replace-chrono-with-jiff-6 branch from 06d3a2d to 0715ed9 Compare August 17, 2025 10:42
@yuankunzhang yuankunzhang changed the title (jiff series #6) refactor: replace chrono with jiff - WIP (jiff series #6) refactor: replace chrono with jiff Aug 17, 2025
@yuankunzhang yuankunzhang force-pushed the replace-chrono-with-jiff-6 branch 4 times, most recently from 5e6c855 to 89a94c2 Compare August 20, 2025 03:38
@yuankunzhang yuankunzhang force-pushed the replace-chrono-with-jiff-6 branch from 89a94c2 to ae25053 Compare August 20, 2025 03:45
Comment on lines +192 to +198
// #[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);
// }
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

@cakebaker cakebaker merged commit 7d0c3e4 into uutils:main Aug 20, 2025
17 checks passed
@cakebaker
Copy link
Collaborator

Thanks!

Copy link

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@17847a8). Learn more about missing BASE report.
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants