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