pub fn parse_timestamp(value: &str) -> Result<Timestamp, SdkError>
Parses a timestamp string into a Timestamp object.
Timestamp
value
A Result containing the parsed Timestamp or an error if parsing fails.
Result