From 6c2cd306b3b034dc8e75d995b2358f04858afe06 Mon Sep 17 00:00:00 2001 From: Kyle Carter Date: Sat, 16 Aug 2025 21:25:18 -0600 Subject: [PATCH] Add mention of APP_TIMEZONE to README I lost more time than I care to admit trying to track this down. Putting it as part of the documentation should hopefully help others in the future. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95ed5c8..4b4ef26 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ php artisan db:seed --class=ExampleRecipesSeeder | `FORCE_HTTPS` | If your server handles SSL termination, enforce HTTPS. | 0 | | `PHP_OPCACHE_ENABLE` | Enable PHP Opcache | 0 | | `TRMNL_IMAGE_URL_TIMEOUT` | How long TRMNL waits for a response on the display endpoint. (sec) | 30 | +| `APP_TIMEZONE` | The timezone that the system should run under (Affects "Sleep Mode" | UTC | #### Login