From ad6a16d7c4967266fa7941e07a56a5261ae1bac6 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 18 Aug 2017 11:33:17 -0500 Subject: [PATCH] Update EPICS_TIMEZONE settings, extend to 2022 --- configure/CONFIG_SITE_ENV | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/configure/CONFIG_SITE_ENV b/configure/CONFIG_SITE_ENV index 9605b29bb..271fd7134 100644 --- a/configure/CONFIG_SITE_ENV +++ b/configure/CONFIG_SITE_ENV @@ -13,7 +13,7 @@ # # CONFIG_SITE_ENV - EPICS Environment Parameter Site configuration file # -# This file is read by the script base/src/libCom/env/bldEnvdata.pl +# This file is read by the script base/src/libCom/env/bldEnvData.pl # Variable definitions must take the form # VAR = VALUE # or @@ -26,31 +26,46 @@ # Time service: # EPICS_TIMEZONE -# local timezone info for vxWorks and RTEMS IOCs. The format is +# Local timezone info for vxWorks and RTEMS. The format is # :::: # where the start and end are mmddhh - that is month,day,hour -# e.g. for ANL in 2016: EPICS_TIMEZONE=CUS::360:031302:110602 +# e.g. for ANL in 2018: EPICS_TIMEZONE=CUS::360:031102:110402 +# The future dates below assume the rules don't get changed; +# see http://www.timeanddate.com/time/dst/2018.html to check. # -# DST for 2016 US: Mar 13 - Nov 06 -# EU: Mar 27 - Oct 30 # DST for 2017 US: Mar 12 - Nov 05 # EU: Mar 26 - Oct 29 +EPICS_TIMEZONE = CUS::360:031202:110502 +#EPICS_TIMEZONE = MET::-60:032602:102902 +# # DST for 2018 US: Mar 11 - Nov 04 # EU: Mar 25 - Oct 28 +#EPICS_TIMEZONE = CUS::360:031102:110402 +#EPICS_TIMEZONE = MET::-60:032502:102802 +# # DST for 2019 US: Mar 10 - Nov 03 # EU: Mar 31 - Oct 27 +#EPICS_TIMEZONE = CUS::360:031002:110302 +#EPICS_TIMEZONE = MET::-60:033102:102702 +# # DST for 2020 US: Mar 08 - Nov 01 # EU: Mar 29 - Oct 25 +#EPICS_TIMEZONE = CUS::360:030802:110102 +#EPICS_TIMEZONE = MET::-60:032902:102502 +# # DST for 2021 US: Mar 14 - Nov 07 # EU: Mar 28 - Oct 31 -# (see: http://www.timeanddate.com/time/dst/2016.html etc. ) +#EPICS_TIMEZONE = CUS::360:031402:110702 +#EPICS_TIMEZONE = MET::-60:032802:103102 # -# These values are for 2016: -EPICS_TIMEZONE=CUS::360:031302:110602 -#EPICS_TIMEZONE=MET::-60:032702:103002 +# DST for 2022 US: Mar 13 - Nov 06 +# EU: Mar 27 - Oct 30 +#EPICS_TIMEZONE = CUS::360:031302:110602 +#EPICS_TIMEZONE = MET::-60:032702:103002 # EPICS_TS_NTP_INET -# NTP time server ip address. Uses boot host if not set. +# NTP time server ip address for VxWorks and RTEMS. +# IOC will use its boot host if this is not set. EPICS_TS_NTP_INET= # IOC Shell: