Tries to convert a RFC3339 string into a date structure. The structure will be adjusted for the RFC3339 time offset.
|
In
Exec
|
|
|
RFC3339
String
|
The RFC3339 formatted date-time string to decode. |
|
Out
Exec
|
|
|
Error Message
String
|
Error message if the decoding fails. |
|
Date
Date Time Structure
|
The decoded date. |
|
Success
Boolean
|
True if decoding succeeds, false otherwise. |