Search results for "datetime::format"
DateTime::Format::ISO8601::Format - Format DateTime object as ISO8601 date/time string
This module formats DateTime objects as ISO8601 date/time strings. It complements DateTime::Format::ISO8601....
PERLANCAR/DateTime-Format-ISO8601-Format-0.005 - 23 Nov 2020 00:06:30 UTC - Search in distribution
DateTime::Format::JP - Japanese DateTime Parser and Formatter
This module is used to parse and format Japanese date and time. It is lightweight and yet versatile. It implements 2 main methods: "parse_datetime" and "format_datetime" both expect and return decoded utf8 string. You can use Encode to decode and enc...
JDEGUEST/DateTime-Format-JP-v0.1.3 - 09 Jul 2022 14:42:42 UTC - Search in distribution
DateTime::Format::Pg - Parse and format PostgreSQL dates and times
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 "DateT...
DMAKI/DateTime-Format-Pg-0.16014 - 15 Mar 2021 13:38:17 UTC - Search in distribution
DateTime::Format::DB2 - Parse and format DB2 dates and times
This module understands the formats used by DB2 for its DATE, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the DB2...
JROBINSON/DateTime-Format-DB2-0.05 - 20 Jan 2007 21:59:00 UTC - Search in distribution
DateTime::Format::DBI - Find a parser class for a database connection.
This module finds a "DateTime::Format::*" class that is suitable for the use with a given DBI connection (and "DBD::*" driver). It currently supports the following format modules: IBM DB2 (DB2), Microsoft SQL (MSSQL), MySQL, Oracle, PostgreSQL (Pg), ...
CFAERBER/DateTime-Format-DBI-0.041 - 22 Oct 2013 23:13:05 UTC - Search in distribution
DateTime::Format::PGN - a Perl module for parsing and formatting date fields in chess game databases in PGN format
IBRAUN/DateTime-Format-PGN-0.05
-
25 Apr 2016 08:50:33 UTC
-
Search in distribution
DateTime::Format::RSS - Format DateTime For RSS
DateTime::Format::RSS attempts to deal with those nasty RSS date/time strings used in fields (such as <issued>, <modified>, <pubDate>) that never ever seems to be right....
DMAKI/DateTime-Format-RSS-0.03000 - 17 Jun 2008 20:54:49 UTC - Search in distribution
DateTime::Format::XSD - Format DateTime according to xsd:dateTime
XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides. YYYY-MM-DD"T"HH:MI:SS(Z|[+-]zh:zm) This m...
TIMLEGGE/DateTime-Format-XSD-0.4 - 18 Apr 2021 13:51:29 UTC - Search in distribution
DateTime::Format::Atom - Parse and format Atom datetime strings
This module understands the Atom date/time format, an ISO 8601 profile, defined at <http://tools.ietf.org/html/rfc4287> It can be used to parse these formats in order to create the appropriate objects. All the work is actually done by DateTime::Forma...
IKEGAMI/DateTime-Format-Atom-v1.2.0 - 10 Oct 2015 00:46:28 UTC - Search in distribution
DateTime::Format::Baby - Parse and format baby-style time
This module understands baby talk in a variety of languages....
JFORGET/DateTime-Format-Baby-1.0200 - 27 Jan 2016 21:20:24 UTC - Search in distribution
DateTime::Format::Bork - Bork! Bork! Bork!
JHOBLITT/DateTime-Format-Bork-0.02
-
01 Aug 2003 20:39:06 UTC
-
Search in distribution
DateTime::Format::CLDR - Parse and format CLDR time patterns
This module provides a parser (and also a formater) for datetime strings using patterns as defined by the Unicode CLDR Project (Common Locale Data Repository). <http://unicode.org/cldr/>. CLDR format is supported by DateTime and DateTime::Locale star...
MAROS/DateTime-Format-CLDR-1.19 - 02 Jun 2017 21:03:50 UTC - Search in distribution
DateTime::Format::EXIF - DateTime parser for EXIF timestamps
DateTime parser for EXIF timestamps...
LIOSHA/DateTime-Format-EXIF-0.002 - 05 Nov 2019 09:07:13 UTC - Search in distribution
DateTime::Format::HTTP - Date conversion routines
This module provides functions that deal the date formats used by the HTTP protocol (and then some more)....
CKRAS/DateTime-Format-HTTP-0.42 - 02 May 2014 14:52:20 UTC - Search in distribution
DateTime::Format::ICal - Parse and format iCal datetime and duration strings
This module understands the ICal date/time and duration formats, as defined in RFC 2445. It can be used to parse these formats in order to create the appropriate objects....
DROLSKY/DateTime-Format-ICal-0.09 - 07 Mar 2008 20:37:37 UTC - Search in distribution
DateTime::Format::LDAP - Parse and format LDAP datetime strings (Generalized Time)
This module understands the LDAP datetime formats, as defined in RFC 4517: Generalized Time <http://tools.ietf.org/html/rfc4517#section-3.3.13>. It can be used to parse these formats in order to create the appropriate objects. As this is a subset of ...
ASHLEYW/DateTime-Format-LDAP-0.002 - 29 Sep 2014 04:57:32 UTC - Search in distribution
DateTime::Format::Mail - Convert between DateTime and RFC2822/822 formats
RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates. RFC2822 (April 2001) introduces a slightly different format of date than that used by RFC822 (August 1982). The main correction is that the preferred...
BOOK/DateTime-Format-Mail-0.403 - 27 Jun 2016 21:31:02 UTC - Search in distribution
DateTime::Format::Text - Find a Date in Text
NHORNE/DateTime-Format-Text-0.04
-
26 May 2023 18:08:27 UTC
-
Search in distribution
DateTime::Format::x509 - parse and format x509 type dates
This module parses and formats x509 style datetime strings, used in certificates....
ANELSON/DateTime-Format-x509-0.01 - 14 Jun 2012 02:49:53 UTC - Search in distribution
DateTime::Format::Alami - Parse human date/time expression (base class)
This class parses human/natural date/time/duration string and returns DateTime (or DateTime::Duration) object. Currently it supports English and Indonesian. The goal of this module is to make it easier to add support for other human languages. To act...
PERLANCAR/DateTime-Format-Alami-0.16 - 10 Jul 2017 14:45:35 UTC - Search in distribution- DateTime::Format::Alami::ID - Parse human date/time/duration expression (Indonesian)
- DateTime::Format::Alami::EN - Parse human date/time/duration expression (English)
- Test::DateTime::Format::Alami - Test DateTime::Format::Alami