aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.d/controller/modules/files/ctimezone')
-rw-r--r--config.d/controller/modules/files/ctimezone11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.d/controller/modules/files/ctimezone b/config.d/controller/modules/files/ctimezone
new file mode 100644
index 0000000..7ac3f6d
--- /dev/null
+++ b/config.d/controller/modules/files/ctimezone
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+#
+# Edit this file for timezone configuration
+# Example: TIMEZONE="Europe/Athens"
+# If you leave TMZ, then timezone will be set to UTC
+#
+
+TIMEZONE=TMZ
+export TIMEZONE
+# \ No newline at end of file