Search Results
OK to copy?
Examples 1 through 1 of
1 (0.088 seconds)
Class:
org.apache.tools.zip.ZipOutputStream
©,
Rating:
0% of 0,
C1
771 protected static ZipLong toDosTime(Date time) {
772 int year = time.getYear() + 1900;
773 int month = time.getMonth() + 1;
774 if (year < 1980) {
775 return DOS_TIME_MIN;
Result Page:
1