2 references to Rfc3339LocalDateTimeFormat
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
651
return dateTime.ToString(
Rfc3339LocalDateTimeFormat
, CultureInfo.InvariantCulture);
675
if (DateTimeOffset.TryParseExact(dateTimeString,
Rfc3339LocalDateTimeFormat
,