LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Dave_Thomson

ISO-8601 Time Parsing

Status: New

A number of people, myself included, have found it necessary to parse ISO-8601 time strings into time values. The ISO standard has a lot of options, so a complete solution is pretty time-consuming. It would be nice if the string parsing functions in LabVIEW included a format specifier that allowed parsing of ISO-8601 time strings directly.

-------------------------------------------------------------
David Thomson Original Code Consulting
www.originalcode.com
National Instruments Alliance Program Member
Certified LabVIEW Architect
Certified Embedded Systems Developer
-------------------------------------------------------------
There are 10 kinds of people: those who understand binary, and those who don't.
7 Comments
fefepeto_kb
Member

This effort might be a good candidate for crowdsourcing. Creating a pair of VIs that work out of a format specifier enum, then other options can be added as parameters, like the use of a specific decimal separator, etc.

crossrulz
Knight of NI

I'm also of the opinion that this would be better for something the community takes on. My initial thought was a series of constants for the desired formats, but a VI with an enum input would be a lot better.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
wiebe@CARYA
Knight of NI

Ideally though (as mentioned in the idea) ISO-8601 support should (also) be added to:

  • Format Into String
  • Format Value
  • Format Date\Time String
  • Scan From String
  • Scan Value
  • Control\Indicator Format Specifiers

That's something NI needs to do (optionally based on community effort).

PhillipBrooks
Active Participant

There is a github repo with quite a few time conversion functions:

 

https://github.com/LabVIEW-Open-Source/Epoch-Time

 

Also installable via VIPM - seach for Epoch

drjdpowell
Trusted Enthusiast

I would suggest supporting RFC3339 rather than the larger task of fully supporting ISO-8601.

wiebe@CARYA
Knight of NI

From what I'm reading at least one library with (some?) time related ISO parsing support is already available.

 

So are we asking to bring such a library in LabVIEW? (JSONtext style?)

 

Or (also?) for support of time parsing by the native functions?

drjdpowell
Trusted Enthusiast

Note: my RFC3339 support functions are based on the existing timestamp formating codes, but they require multiple workarounds, especially to support local offset forms like 2025-07-07T17:12:13.123+01:00.