mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 08:56:45 -05:00
[PR #1608] [MERGED] Patch logger for ISO8601 TZ offsets and Docker build fix #4567
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1608
Author: @iconoclasthero
Created: 10/3/2025
Status: ✅ Merged
Merged: 10/5/2025
Merged by: @oschwartz10612
Base:
main← Head:patch-logger-docker📝 Commits (3)
68e0911Patch logger for ISO8601 TZ offsets and fix Docker buildf526052Patch logger for ISO8601 TZ offsets and fix Docker builde4c47c4Restore npm ci and add tzdata📊 Changes
2 files changed (+28 additions, -4 deletions)
View changed files
📝
Dockerfile(+2 -1)📝
server/logger.ts(+26 -3)📄 Description
Patch logger for ISO8601 timestamps with local TZ offset and fix Docker build failure on Alpine.
References discussion: https://github.com/orgs/fosrl/discussions/1025
Note: timestamps default to +00:00 (UTC) unless TZ env is set and match timestamp format of traefik
Optional future improvement: include tzdata in container for shell/date consistency.
By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.