From ce30beb1c81b745b9eddd4d90f316ffb0bb364fb Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 26 Mar 2024 14:02:54 +0100 Subject: [PATCH] daylight saving time for 2024 --- startup.script_common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/startup.script_common b/startup.script_common index 2deee8a..d0be05a 100644 --- a/startup.script_common +++ b/startup.script_common @@ -39,9 +39,9 @@ sprintf STRINGBUFFER,"%s",ld(0,0,STRINGBUFFER)?"":"shellScriptAbort" execute STRINGBUFFER # Setup Time (must be set after loading iocCoreLibrary.munch) -# 2023: -putenv "EPICS_TIMEZONE=MET::-60:032602:102903" -putenv "TIMEZONE=MET::-60:032602:102903" +# 2024: +putenv "EPICS_TIMEZONE=MET::-60:033102:102703" +putenv "TIMEZONE=MET::-60:033102:102703" putenv "EPICS_TS_MIN_WEST=-60" # Allow backward compatible non-monotonic breaktables