Unit101 Posted February 13, 2015 Posted February 13, 2015 I see .TimeOfDay Looks like Seconds counting up during the day, but not exactly ? Can you describe this ? Handy for logging data... E.G. I see 30539.xxx so /60/60 = 8.48 hours ? Is this what it is counting ? Real time clock ? what time zone ? Zulu or PST ? Thanks,
steve.milici Posted February 13, 2015 Posted February 13, 2015 According to my demobox it is following the Linux "date" command which is UTC. The units are seconds in fp resolution.
steve.milici Posted February 13, 2015 Posted February 13, 2015 At some point you would need to "synch" the Linux to real time. Also if all you want is a relative timer use sys.time.
Recommended Posts