Searched refs:parseTimestamp (Results 1 – 4 of 4) sorted by relevance
44 Timestamp start = TimeUtil.parseTimestamp("0001-01-01T00:00:00Z"); in testTimestampStringFormat()45 Timestamp end = TimeUtil.parseTimestamp("9999-12-31T23:59:59.999999999Z"); in testTimestampStringFormat()53 Timestamp value = TimeUtil.parseTimestamp("1970-01-01T00:00:00Z"); in testTimestampStringFormat()58 value = TimeUtil.parseTimestamp("1969-12-31T23:59:59.999Z"); in testTimestampStringFormat()72 value = TimeUtil.parseTimestamp("1970-01-01T00:00:00.010+08:00"); in testTimestampStringFormat()74 value = TimeUtil.parseTimestamp("1970-01-01T00:00:00.010-08:00"); in testTimestampStringFormat()96 result = TimeUtil.parseTimestamp(strings[index]); in run()122 timestampValues[i] = TimeUtil.parseTimestamp(timestampStrings[i]); in testTimestampConcurrentParsing()185 TimeUtil.parseTimestamp("0000-01-01T00:00:00Z"); in testTimetampInvalidFormat()193 TimeUtil.parseTimestamp("10000-01-01T00:00:00Z"); in testTimetampInvalidFormat()[all …]
90 public static Timestamp parseTimestamp(String value) throws ParseException { in parseTimestamp() method in TimeUtil
406 public static function parseTimestamp($timestamp) function in Google\\Protobuf\\Internal\\GPBUtil
788 $timestamp = GPBUtil::parseTimestamp($value);1114 $this->mergeFrom(GPBUtil::parseTimestamp($array));