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