Searched refs:parseTimestamp (Results 1 – 5 of 5) 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 …]
65 this.parseTimestamp = -1;91 this.deserializationTimestamp, this.parseTimestamp,96 this.deserializationTimestamp, this.parseTimestamp,645 this.parseTimestamp + this.parseDuration,988 if (funktion.parseTimestamp > 0) return;989 funktion.parseTimestamp = startOf(timestamp, duration);996 funktion.parseTimestamp = startOf(timestamp, duration);1005 script.parseTimestamp = ts;
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
835 $timestamp = GPBUtil::parseTimestamp($value);1180 $this->mergeFrom(GPBUtil::parseTimestamp($array));