[ CCode ( cname = "time_from_isodate" ) ]
public time_t time_from_isodate (string str)
Converts an ISO 8601 UTC time string into a time_t value.
| str |
Date/time value in ISO 8601 format. |
|
Time_t corresponding to the specified ISO string. Note that we only allow UTC times at present. |