This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.
This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.
To install p5.30-datetime-format-pg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-datetime-format-pg
To see what files were installed by p5.30-datetime-format-pg, run:
port contents p5.30-datetime-format-pg
To later upgrade p5.30-datetime-format-pg, run:
sudo port selfupdate && sudo port upgrade p5.30-datetime-format-pg
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.