This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
To install p5.32-datetime-format-strptime, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-datetime-format-strptime
To see what files were installed by p5.32-datetime-format-strptime, run:
port contents p5.32-datetime-format-strptime
To later upgrade p5.32-datetime-format-strptime, run:
sudo port selfupdate && sudo port upgrade p5.32-datetime-format-strptime
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.