Skip to content

fix(format): %:z and %::z timezone formats now include colons#1261

Merged
pamburus merged 1 commit intomasterfrom
feature/time-format
Jan 11, 2026
Merged

fix(format): %:z and %::z timezone formats now include colons#1261
pamburus merged 1 commit intomasterfrom
feature/time-format

Conversation

@pamburus
Copy link
Copy Markdown
Owner

@pamburus pamburus commented Jan 11, 2026

Before

%Y-%m-%d %T %:z

2025-08-25 16:36:50 +0000

%Y-%m-%d %T %::z

2025-08-25 16:36:50 +000000

After

%Y-%m-%d %T %:z

2025-08-25 16:36:50 +00:00

%Y-%m-%d %T %::z

2025-08-25 16:36:50 +00:00:00

@pamburus pamburus changed the title fix: fix formatting of %:z and %::z in utc fix: fix formatting of %:z and %::z in UTC Jan 11, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.91%. Comparing base (a18e6fc) to head (8d8278d).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1261      +/-   ##
==========================================
+ Coverage   87.88%   87.91%   +0.02%     
==========================================
  Files          67       67              
  Lines       11552    11558       +6     
==========================================
+ Hits        10153    10161       +8     
+ Misses       1399     1397       -2     

☔ 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.

@pamburus pamburus marked this pull request as ready for review January 11, 2026 16:24
@pamburus pamburus changed the title fix: fix formatting of %:z and %::z in UTC fix(format): %:z and %::z timezone formats now include colons Jan 11, 2026
@pamburus pamburus merged commit 08dda28 into master Jan 11, 2026
13 checks passed
@pamburus pamburus deleted the feature/time-format branch January 11, 2026 16:30
@pamburus pamburus added the bug Something isn't working label Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant