JKI-EasyXML icon indicating copy to clipboard operation
JKI-EasyXML copied to clipboard

fix Bug: Datetime UTC Offset considered no DST

Open PeterSpiegler opened this issue 8 years ago • 1 comments

Parse from XML String use local decimal separator. On system with "," the fractional seconds are lost.

For Labview Version >= 2012 can in "Format Time Stamp to XML dateTime string.vi" simple used "Format Date/Time String" with format string: %.;%<%Y-%m-%dT%H:%M:%S%3u>T But up to Labview 2011 %.; has no effect: http://forums.ni.com/t5/LabVIEW/Can-t-change-decimal-sign-in-timestamp-BUG/td-p/647729

Possible the case structure can replaced by a Conditional Disable structure, if a condition Labview Version >=2012 is possible.

PeterSpiegler avatar Jan 05 '16 17:01 PeterSpiegler

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Aug 09 '19 17:08 CLAassistant