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