Convert times in one epoch to times in another epoch
This is Time::Epoch, a tiny module that does nothing but convert times in one epoch to times in another. Implemented currently is only converting Mac OS epoch to and from the perl/Unix epoch.
This is Time::Epoch, a tiny module that does nothing but convert times in one epoch to times in another. Implemented currently is only converting Mac OS epoch to and from the perl/Unix epoch.
To install p5.32-time-epoch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-time-epoch
To see what files were installed by p5.32-time-epoch, run:
port contents p5.32-time-epoch
To later upgrade p5.32-time-epoch, run:
sudo port selfupdate && sudo port upgrade p5.32-time-epoch
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.