From 97468f5e20565108489526ef2ece23aeea870abe Mon Sep 17 00:00:00 2001 From: Loz Calver Date: Thu, 17 Oct 2024 10:59:19 +0100 Subject: [PATCH] Set default timezone in DDEV config --- .ddev/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 5e26e61..d4350a9 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -15,6 +15,7 @@ web_environment: [] nodejs_version: "18" upload_dirs: - "assets" +timezone: Europe/London # Key features of ddev's config.yaml: