Web3S_Demo > Web 3S Encoding Function Library > String (RFC3339) to Date (UTC)

String (RFC3339) to Date (UTC)

Tries to convert a RFC3339 string into a date structure. The structure will be adjusted for the RFC3339 time offset.

Inputs

In
Exec

RFC3339
String

The RFC3339 formatted date-time string to decode.

Outputs

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.