ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Handling "YYYY-MM-DDTHH:MM:SS.MMM-05:00" or "Just do it myself"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Handling "YYYY-MM-DDTHH:MM:SS.MMM-05:00" or "Just do it myself"

    I am going to start having to handle date timestamps that look like this. "2012-02-27T23:13:44.419-05:00". I believe this is an ISO 8601 format. I know how to use RPGLE to both take this thing apart or build another one with current date, time, milli and UTC offset. I am just curious if the iSeries has some functionality, API, C or DB2 function before I do it my self? Perhaps I can grab something out of an open source project?

  • #2
    I'd just do it yourself, seems simple enough.

    Comment

    Working...
    X