parseIso8601Timestamp
fn
bool parseIso8601Timestamp(gda.timestamp.Timestamp timestamp, string value)Extracts date and time parts from value, and sets timestamp's contents
Accepted date format is "YYYY-MM-DD HH:MM:SS[.ms][TZ]" where TZ is +hour or -hour
Parameters
timestamp | a pointer to a #GdaTimeStamp structure which will be filled |
value | a string |
Returns
true if value has been sucessfuly parsed as a valid timestamp (see [glib.date.Date.valid])