in reply to Re^4: Method to verify an environment with changes
in thread Method to verify an environment with changes

There are many, many date-time formatters on CPAN. You can take your pick but I would start with Time::Piece::strftime() or POSIX::strftime() since they are both in core.

  • Comment on Re^5: Method to verify an environment with changes