Source: libtime-format-perl Maintainer: Debian Perl Group Uploaders: Peter Pentchev Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libmodule-build-perl Build-Depends-Indep: libdate-manip-perl , libdatetime-format-iso8601-perl , libdatetime-perl , perl Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtime-format-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtime-format-perl.git Homepage: https://metacpan.org/release/Time-Format Rules-Requires-Root: no Package: libtime-format-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libdate-manip-perl, libdatetime-perl Description: module for easy date/time formatting Time::Format creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings. . The %time formatting codes are designed to be easy to remember and use, and to take up just as many characters as the output time value whenever possible. For example, the four-digit year code is "yyyy", the three-letter month abbreviation is "Mon". . The nice thing about having a variable-like interface instead of function calls is that the values can be used inside of strings (as well as outside of strings in ordinary expressions). Dates are frequently used within strings (log messages, output, data records, etc.), so having the ability to interpolate them directly is handy.