JArchiveZip::_unix2DOSTime
Converts a UNIX timestamp to a 4-byte DOS date and time format (date in high 2-bytes, time in low 2-bytes allowing magnitude comparison).
Signature
protected function _unix2DOSTime([int
$unixtime = null] )
Parameters
-
$unixtime
- The current UNIX timestamp.
Returns
- int
- The current date in a 4-byte DOS format.