parseIso8601Timestamp

fnbool 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

timestampa pointer to a #GdaTimeStamp structure which will be filled
valuea string

Returns

true if value has been sucessfuly parsed as a valid timestamp (see [glib.date.Date.valid])