parseIso8601Timestamp

Extracts date and time parts from value, and sets timestamp's contents

Accepted date format is "YYYY-MM-DD HH:MM:SS.msTZ" where TZ is +hour or -hour

bool
parseIso8601Timestamp

Parameters

timestamp gda.timestamp.Timestamp

a pointer to a #GdaTimeStamp structure which will be filled

value string

a string

Return Value

Type: bool

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