Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs62 …private static readonly Regex TimestampRegex = new Regex(@"^(?<datetime>[0-9]{4}-[01][0-9]-[0-3][0… field in Google.Protobuf.JsonParser
788 var match = TimestampRegex.Match(token.StringValue); in MergeTimestamp()