Closed aktau closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.95%. Comparing base (
0ed6a68
) to head (6be65a6
). Report is 46 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@aktau It's unfortunate that no test had to be updated. Should we look into adding a test that would verify the change? My worry is that by just looking at the code I can't tell if we used a format string that will work as expected. If adding an automated test is too much hassle then could you confirm that you tested the change manually / locally?
OK, I added a test. PTAL.
The current time format (Jan 2, 2006 at 3:04pm (MST)) has a few issues:
Hence, I propose replacing it with an RFC3339-alike format, with spaces between elements for better readability.