> I noticed that my IOC's timestamp does not recognize DST, even though in
> my resource.def file I select a host that has the correct time. Is there
> another modification I must make in order to correct this?
With all reasonable time(stamp) systems timezones and daylight saving
time are entirely a matter of _displaying_ the time(stamp). So your IOC
timestamps are always absolute UT, the IOC doesn't know anything about
your timezone or DST issues.
If your host environment defines reasonable values for TZ and
EPICS_TS_MIN_WEST, your CA client should display correct timestamps.
If you want the EPICS base supplied "date" command on your IOC to work
correctly, you will have to set the EPICS_TS_MIN_WEST and TIMEZONE
environment variables from your startup script (this is my central
Europe example):
putenv "TIMEZONE=MET::-60:032602:102902"
putenv "EPICS_TS_MIN_WEST=-60"
Hope this helps,
Ralph
- References:
- Re: Compiling extensions Albert Kagarmanov
- Daylight Savings Time Robert Willson
- Navigate by Date:
- Prev:
Daylight Savings Time Robert Willson
- Next:
2nd announcement on EPICS collaboration meetin in KEK. Noboru Yamamoto
- Index:
1994
1995
1996
1997
1998
1999
<2000>
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Daylight Savings Time Robert Willson
- Next:
2nd announcement on EPICS collaboration meetin in KEK. Noboru Yamamoto
- Index:
1994
1995
1996
1997
1998
1999
<2000>
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|