Home
last modified time | relevance | path

Searched refs:TimestampRegex (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs63 private static readonly Regex TimestampRegex = new Regex(@"^(?<datetime>[0-9]{4}-[01][0-9]-[0-3][0-9]T[012][0-9]:[0-5][0-9]:[0-5][0-9])(?<subseconds>\.[0-9]{1,9})?(?<offset>(Z|[+-][0-1][0-9]:[0-5][0-9]))$", FrameworkPortability.CompiledRegexWhereAvailable); field in Google.Protobuf.JsonParser
807 var match = TimestampRegex.Match(token.StringValue); in MergeTimestamp()

Completed in 3 milliseconds