Files
InvoiceShelf/config
Darko Gjorgjijoski 2cf3b3e840 fix(config): make the application timezone configurable (#706)
Backport of InvoiceShelf/InvoiceShelf#703 to 2.x.
Fixes InvoiceShelf/docker#64.

Two bugs compounded so that no supported value had any effect. config/app.php
had no timezone key, so Laravel's own fallback won — and that fallback is a
literal 'UTC' string, not an env() lookup, leaving APP_TIMEZONE inert despite
shipping in .env.example. inject.sh then wrote a bare TIMEZONE key that nothing
reads, so the documented container variable did nothing either.

inject.sh now writes APP_TIMEZONE and accepts either spelling, so existing
compose files keep working unchanged.
2026-07-29 12:37:07 +02:00
..
2026-03-21 18:59:53 +01:00
2026-03-21 18:59:53 +01:00
2019-11-11 12:16:00 +05:30
2026-03-21 19:14:51 +01:00
2026-04-02 11:56:16 +02:00
2025-08-31 03:04:31 +02:00
2026-03-21 18:59:53 +01:00
2025-01-12 10:49:04 +01:00
2026-03-21 18:59:53 +01:00