25.3.0
📦 structlogView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release fixes a bug in `structlog.processors.TimeStamper` where UTC timestamps were incorrectly using the local timezone when `utc=True`.
🐛 Bug Fixes
- `structlog.processors.TimeStamper` now correctly uses UTC timestamps for custom format strings when `utc=True`, fixing an issue where the local timezone was used instead.