From 500008e8664093186cf690b27653c9ada1850729 Mon Sep 17 00:00:00 2001 From: tkl Date: Mon, 12 Apr 2021 10:01:02 +0200 Subject: [PATCH] conf: Add timezone definition in roro distribution --- conf/distro/roro.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/roro.conf b/conf/distro/roro.conf index bad3a43..fce2f47 100644 --- a/conf/distro/roro.conf +++ b/conf/distro/roro.conf @@ -40,6 +40,8 @@ TCLIBC = "glibc" ENABLE_WIDEC = "false" ENABLE_WIDEC_class-native = "true" +DEFAULT_TIMEZONE = "Europe/Berlin" + # Drop native language support. This removes the # eglibc->bash->gettext->libc-posix-clang-wchar dependency. USE_NLS="no"