The Date::unix2dos() method will convert a UNIX formatted timestamp into a DOS formatted timestamp.
Date::unix2dos(159084000);
2162688
The Date::dos2unix() method will convert a DOS formatted timestamp into a UNIX formatted timestamp.
Date::dos2unix(2162688);
159084000