Hi,
I may have come across a problem with strftime in epicsTime.cpp. I'm finding that it's rounding the fractional seconds part, but not the seconds if the fractional seconds goes to zero. For example:
if epicsTime::show() produces:
epicsTime: Tue Jan 28 2014 11:22:53.999977939
the corresponding epicsTime::strftime() produces:
2014-01-28 11:22:53.000
if the format is: "%Y-%m-%d %H:%M:%S.%03f"
Has anyone come across this before?
I'm guessing it's intentional to keep the function relatively simple?
Cheers,
Matt
- Navigate by Date:
- Prev:
Jenkins build is back to normal : epics-base-3.15-cyg64 #8 APS Jenkins
- Next:
Re: epicsTime::strftime Andrew Johnson
- Index:
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:
Jenkins build is back to normal : epics-base-3.15-cyg64 #8 APS Jenkins
- Next:
Re: epicsTime::strftime Andrew Johnson
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
<2014>
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|