[PR #903] [MERGED] Add timezone check on startup #1045

Closed
opened 2025-11-01 21:09:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/903
Author: @kolaente
Created: 6/10/2025
Status: Merged
Merged: 6/10/2025
Merged by: @kolaente

Base: mainHead: codex/add-time-zone-validation-on-startup


📝 Commits (2)

  • 02e9dfd Check time zone validity on startup
  • 7e3225f Update pkg/initialize/init.go

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 pkg/initialize/init.go (+5 -0)

📄 Description

Summary

  • validate configured time zone after loading configuration
  • log a critical message if the zone cannot be parsed

Testing

  • go test ./... (fails: could not read fixture files)
  • go vet ./... (fails: struct field tag conflict)
  • golangci-lint run

https://chatgpt.com/codex/tasks/task_e_6848098398a08322ae8f9307d7f672ae


🔄 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/go-vikunja/vikunja/pull/903 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/add-time-zone-validation-on-startup` --- ### 📝 Commits (2) - [`02e9dfd`](https://github.com/go-vikunja/vikunja/commit/02e9dfd02dd26ddaca1df0c4ff89d5710ab4654f) Check time zone validity on startup - [`7e3225f`](https://github.com/go-vikunja/vikunja/commit/7e3225f391e7242f946340fac31dbb7ea6d458b2) Update pkg/initialize/init.go ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pkg/initialize/init.go` (+5 -0) </details> ### 📄 Description ## Summary - validate configured time zone after loading configuration - log a critical message if the zone cannot be parsed ## Testing - `go test ./...` *(fails: could not read fixture files)* - `go vet ./...` *(fails: struct field tag conflict)* - `golangci-lint run` ------ https://chatgpt.com/codex/tasks/task_e_6848098398a08322ae8f9307d7f672ae --- <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 2025-11-01 21:09:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1045