Package : perl-Regexp-Common-time

Package details

Summary: Date and time regexps

Description:
This module creates regular expressions that can be used for parsing dates
and times. See the Regexp::Common manpage for a general description of how
to use this interface.

Parsing dates is a dirty business. Dates are generally specified in one of
three possible orders: year/month/day, month/day/year, or day/month/year.
Years can be specified with four digits or with two digits (with
assumptions made about the century). Months can be specified as one digit,
two digits, as a spelled-out name, or as a three-letter abbreviation. Day
numbers can be one digit or two digits, with limits depending on the month
(and, in the case of February, even the year). Also, different people use
different punctuation for separating the various elements.

A human can easily recognize that "October 21, 2005" and "21.10.05" refer
to the same date, but it's tricky to get a program to come to the same
conclusion. This module attempts to make it possible to do so, with a
minimum of difficulty.


URL: https://metacpan.org/release/Regexp-Common-time
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs