timestampFromString
timestampFromString(
value):Timestamp
Defined in: timestamp.ts:208
Parses a google.protobuf.Timestamp from a string. This function uses the Temporal API to parse the string. As such, any valid RFC 9557, RFC 3339, or ISO 8601 string should be accepted. If an offset and a timezone are both present, any ambiguity will be resolved in favor of the offset.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Timestamp