[PR #27] [MERGED] Feat/pre-selected timezone #142

Closed
opened 2026-02-26 21:34:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eduardolat/pgbackweb/pull/27
Author: @julien-wff
Created: 8/12/2024
Status: Merged
Merged: 8/15/2024
Merged by: @eduardolat

Base: mainHead: Feat/preselected-timzeone


📝 Commits (3)

  • e088346 Set server timezone to be selected by default
  • f3c2742 Update README to encourage setting the timezone
  • e98c1f8 Reword TZ configuration

📊 Changes

2 files changed (+13 additions, -1 deletions)

View changed files

📝 README.md (+4 -0)
📝 internal/view/web/dashboard/backups/create_backup.go (+9 -1)

📄 Description

Hi there!

Choosing the right timezone each time setting up a new backup is tedious. That's why I think having one selected by default is a good option!

I hesitated to add a specific env config for it, but I ended up using the container's timezone.
I also updated the README accordingly.

In the future, having a searchable select would be even better, but those are a nightmare to do by hand.


🔄 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/eduardolat/pgbackweb/pull/27 **Author:** [@julien-wff](https://github.com/julien-wff) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/15/2024 **Merged by:** [@eduardolat](https://github.com/eduardolat) **Base:** `main` ← **Head:** `Feat/preselected-timzeone` --- ### 📝 Commits (3) - [`e088346`](https://github.com/eduardolat/pgbackweb/commit/e0883465b277ceff50ee6f5c23d3cbc73dd14ebf) Set server timezone to be selected by default - [`f3c2742`](https://github.com/eduardolat/pgbackweb/commit/f3c27421ced514470269e8f5cfad01b4e4974a1f) Update README to encourage setting the timezone - [`e98c1f8`](https://github.com/eduardolat/pgbackweb/commit/e98c1f8506c75ff26817a432464cc3f52f167a63) Reword TZ configuration ### 📊 Changes **2 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) 📝 `internal/view/web/dashboard/backups/create_backup.go` (+9 -1) </details> ### 📄 Description Hi there! Choosing the right timezone each time setting up a new backup is tedious. That's why I think having one selected by default is a good option! I hesitated to add a specific env config for it, but I ended up using the container's timezone. I also updated the README accordingly. In the future, having a searchable select would be even better, but those are a nightmare to do by hand. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#142
No description provided.