[PR #1608] [MERGED] Patch logger for ISO8601 TZ offsets and Docker build fix #4567

Closed
opened 2026-04-20 08:56:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: patch-logger-docker


📝 Commits (3)

  • 68e0911 Patch logger for ISO8601 TZ offsets and fix Docker build
  • f526052 Patch logger for ISO8601 TZ offsets and fix Docker build
  • e4c47c4 Restore 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1608 **Author:** [@iconoclasthero](https://github.com/iconoclasthero) **Created:** 10/3/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `patch-logger-docker` --- ### 📝 Commits (3) - [`68e0911`](https://github.com/fosrl/pangolin/commit/68e0911866a4e19e90bd2e1800fed6b451463b4a) Patch logger for ISO8601 TZ offsets and fix Docker build - [`f526052`](https://github.com/fosrl/pangolin/commit/f52605289b566478f429848a793806471e18aa62) Patch logger for ISO8601 TZ offsets and fix Docker build - [`e4c47c4`](https://github.com/fosrl/pangolin/commit/e4c47c46a6f5fbb211d821d6a204103f0295cdcc) Restore npm ci and add tzdata ### 📊 Changes **2 files changed** (+28 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -1) 📝 `server/logger.ts` (+26 -3) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 08:56:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#4567