Home
last modified time | relevance | path

Searched refs:parseTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DTimeUtilTest.java44 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 …]
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimeUtil.java90 public static Timestamp parseTimestamp(String value) throws ParseException { in parseTimestamp() method in TimeUtil
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php406 public static function parseTimestamp($timestamp) function in Google\\Protobuf\\Internal\\GPBUtil
DMessage.php788 $timestamp = GPBUtil::parseTimestamp($value);
1114 $this->mergeFrom(GPBUtil::parseTimestamp($array));