The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::WRT::Date - a small collection of date utility functions

FUNCTIONS

rfc_3339_date($time)

Return an RFC 3339 date string for the given epoch time.

https://www.ietf.org/rfc/rfc3339.txt

iso_date($time)

Return an ISO 8601 date string for the given epoch time.

get_mtime(@filenames)

Return one or more mtimes for a given list of files.

month_name($number)

Turn numeric months into English names.

get_date('key', 'other_key', ...)

Return current date values for the given key. Valid keys are sec, min, hour, mday (day of month), mon, year, wday (day of week), yday (day of year), and isdst (is daylight savings).

Remember that year is given in years after 1900.