Searched defs:ptm (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.c336 local uLong zip64local_TmzDateToDosDate(const tm_zip* ptm) argument
338 uLong year = (uLong)ptm->tm_year;
344 (uLong) (((ptm->tm_mday) + (32 * (ptm->tm_mon+1)) + (512 * year)) << 16) |
345 ((ptm->tm_sec/2) + (32* ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));

Completed in 681 milliseconds