nifty command line date and time utilities; fast date calculations and conversion in the shell
Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
To install dateutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dateutils
To see what files were installed by dateutils, run:
port contents dateutils
To later upgrade dateutils, run:
sudo port selfupdate && sudo port upgrade dateutils
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.