mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #303] [MERGED] Fix: Use TZ from .env instead of hardcoded value #996
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#996
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/maziggy/bambuddy/pull/303
Author: @bnap00
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @maziggy
Base:
0.1.9b← Head:fix/timezone-env-variable📝 Commits (7)
91ff138Added two steps to the docker-test job in ci.yml8503cbcUpdated CONTRIBUTING.mdc950c19Updated README75c049bUpdated install scripts and related docsf094c16Updated install scripts and related docs8b24193Fix: Use TZ from .env instead of hardcoded valuedc306afMerge branch '0.1.9b' into fix/timezone-env-variable📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
docker-compose.yml(+1 -1)📄 Description
The timezone collected during docker-install.sh was being saved to .env but docker-compose.yml had a hardcoded TZ=Europe/Berlin.
Changed to TZ=${TZ:-Europe/Berlin} to use .env value with fallback.
Description
Related Issue
Fixes #
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.