3 references to ZipFormatMaxDate
NuGet.Packaging (3)
PackageCreation\Authoring\PackageBuilder.cs (3)
940else if (timeOffset.UtcDateTime > ZipFormatMaxDate) 942warningMessage.AppendLine(StringFormatter.ZipFileTimeStampModifiedMessage(entryName, timeOffset.DateTime.ToShortDateString(), ZipFormatMaxDate.ToShortDateString())); 943entry.LastWriteTime = ZipFormatMaxDate;