From bfabb46fd510bebcd967b9a82da346d831183d03 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 13 Dec 2021 11:17:19 +0100 Subject: [PATCH] daylight saving dates for 2022 --- startup.script_common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/startup.script_common b/startup.script_common index 43c5653..06f746e 100644 --- a/startup.script_common +++ b/startup.script_common @@ -98,9 +98,9 @@ printf "loading %s\n",STRINGBUFFER ld 0, 0, STRINGBUFFER # Setup Time (must be set after loading iocCoreLibrary.munch) -# 2021: -putenv "EPICS_TIMEZONE=MET::-60:032802:103103" -putenv "TIMEZONE=MET::-60:032802:103103" +# 2022: +putenv "EPICS_TIMEZONE=MET::-60:032702:103003" +putenv "TIMEZONE=MET::-60:032702:103003" putenv "EPICS_TS_MIN_WEST=-60" # Allow backward compatible non-monotonic breaktables