07-03-2008 07:29 AM - edited 07-03-2008 07:30 AM
The UTC would not change the time by 1 second..
(should not change it by 1 sec)
07-03-2008 08:16 AM
07-03-2008 08:41 AM
07-03-2008 08:45 AM
07-03-2008 09:26 AM
07-03-2008 11:55 AM
02-23-2011 08:13 AM - edited 02-23-2011 08:14 AM
I just came across this bug as well, dates around 1970-01-01 seem problematic. I cannot set the time to 00:00:00 on that day.
Additionally, it seems 'labview epoch' at 1904-01-01 also is problematic. When I set the timestamp to 00:00:00 1904-01-01, the timestamp returns -3600. If I set it to 01:00:00, the timestamp widget resets itself (while the value returned should be 0). I suspect these issues are related.
Summarizing theseissues:
1) Set timestamp date to 1970-01-01 00:00:00
2) Input is ignored and set the date/time to 1970-01-01 01:00:00
3) I expect it to return the date/time I entered
1) Set timestamp to 1904-01-01 00:00:00
2) Timestamp returns -3600
3) I expect it to return 0
1) Set timestamp to 1904-01-01 01:00:00
2) Timestamp resets itself (i.e. 00:00:00 YYYY-MM-DD)
3) I would expect it to return 3600
System used: LabVIEW 2009 SP1, Windows 7 64bit