Search results for "module:Date::Parse"
Date::Parse - Parse date strings into time values
"Date::Parse" provides two routines for parsing date strings into time values. str2time(DATE [, ZONE]) "str2time" parses "DATE" and returns a unix time value, or undef upon failure. "ZONE", if given, specifies the timezone to assume when parsing if t...
ATOOMIC/TimeDate-2.33 - 19 May 2020 18:00:18 UTC
Date::Parse::Lite - Light weight parsing of human-entered date strings
This simple module attempts to parse a day, a month and a year from a string on the assumption that the string is intended to represent a date. Note that it does not validate the date except to the extent that doing so informs the parsing, e.g. numbe...
MERLYNK/Date-Parse-Lite-0.03 - 22 Nov 2015 21:06:30 UTC
Date::Parse::Modern - Provide string to unixtime conversions
"Date::Parse::Modern" provides a single function "strtotime()" which takes a datetime string and returns a unixtime. Care was given to support the most modern style strings that you would commonly find in log files or on the internet....
BAKERSCOT/Date-Parse-Modern-0.5 - 13 Oct 2023 16:15:36 UTC
Parse::Date::Month::EN - Parse month name from English text
The goal of this module is to parse month names commonly found in English text. It currently parses abbreviated and full month names in English....
PERLANCAR/Parse-Date-Month-EN-0.002 - 12 Oct 2023 00:05:13 UTC
Parse::Date::Month::ID - Parse month name from Indonesian text
The goal of this module is to parse month names commonly found in Indonesian text. It currently parses abbreviated and full month names in Indonesian as well as English, since English date are also mixed in Indonesian text....
PERLANCAR/Parse-Date-Month-ID-0.003 - 13 Oct 2023 00:06:17 UTC
MODS::Record - Perl extension for handling MODS records
This module provides MODS (http://www.loc.gov/standards/mods/) parsing and creation for MODS Schema 3.5....
HOCHSTEN/MODS-Record-0.13 - 22 Nov 2018 15:00:56 UTC
Data::Domain - Data description and validation
A data domain is a description of a set of values, either scalar or structured (arrays or hashes). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields, and also contextu...
DAMI/Data-Domain-1.12 - 16 May 2023 19:59:24 UTC
Mojo::Date - HTTP date
Mojo::Date implements HTTP date and time functions, based on RFC 7230 <https://tools.ietf.org/html/rfc7230>, RFC 7231 <https://tools.ietf.org/html/rfc7231> and RFC 3339 <https://tools.ietf.org/html/rfc3339>....
SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 UTC
Date::Time - Lightweight normalised datetime data type
See the README as for now. By the way, I want to be neutral to the calender system - that's why the SYNOPSIS above looks like it does. Personally I think Gregorian dates sucks a lot - but I'm living in a Gregorian world and I'm myself mostly thinking...
TOBIX/OO-DateTime-0.01 - 03 Mar 2000 01:24:05 UTC
HTTP::Date - HTTP::Date - date conversion routines
This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. time2str( [$time] ) The time2str() function converts a machine...
OALDERS/HTTP-Date-6.06 - 06 Jul 2023 22:31:19 UTC
Date::Easy - easy dates with Time::Piece compatibility
Date::Easy provides simple date and datetime objects that will do what you expect, provided you expect them to do the right things. At its heart, a "use Date::Easy" statement is just a shortcut for this: use Date::Easy::Date ':all'; use Date::Easy::D...
BAREFOOT/Date-Easy-0.10 - 14 Jan 2020 21:58:39 UTC
Date::Tiny - A date object, with as little code as possible
Date::Tiny is a member of the DateTime::Tiny suite of time modules. It implements an extremely lightweight object that represents a date, without any time data. The Tiny Mandate Many CPAN modules which provide the best implementation of a concept can...
DAGOLDEN/Date-Tiny-1.07 - 23 Jun 2016 13:44:17 UTC
Time::Date - A time and date object for Perl
Time::Date is a class that can be used to represent a date as an object. Unlike other modules, this one just stores a Unix epoch within the object and relies heavily on the underlying operating system so it's very fast. It provides functionality for ...
JACOBG/Time-Date-0.05 - 01 Nov 2017 17:01:55 UTC
Email::Date - Find and Format Date Headers
Achtung! Probably you'll be find just using Email::Date::Format to produce dates or Date::Parse to parse dates. This module isn't much needed anymore, but does provide "find_date", described below. RFC 2822 defines the "Date:" header. It declares the...
RJBS/Email-Date-1.104 - 02 Aug 2013 22:02:10 UTC
Venus::Date - Date Class
This package provides methods for formatting, parsing, and manipulating date and time data....
AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC
Class::Date - Class for easy date and time manipulation
This module is intended to provide a general-purpose date and datetime type for perl. You have a Class::Date class for absolute date and datetime, and have a Class::Date::Rel class for relative dates. You can use "+", "-", "<" and ">" operators as wi...
YANICK/Class-Date-1.1.17 - 01 Jun 2018 13:11:48 UTC
Mac::PropertyList - work with Mac plists at a low level
This module is a low-level interface to the Mac OS X Property List (plist) format in either XML or binary. You probably shouldn't use this in applications–build interfaces on top of this so you don't have to put all the heinous multi-level object stu...
BDFOY/Mac-PropertyList-1.504 - 08 Jul 2022 03:18:32 UTC
Gedcom::Date - Perl class for interpreting dates in Gedcom files
The Gedcom standard for genealogical data files defines a number of date formats. This module can parse most of these formats. This package contains a number of modules, each implementing a Gedcom date format. They are: Gedcom::Date::Simple e.g. "4 J...
RSAVAGE/Gedcom-Date-0.10 - 04 Sep 2016 08:00:41 UTC
Date::EzDate - Date and time manipulation made easy
Date::EzDate was motivated by the simple fact that I hate dealing with date and time calculations, so I put all of them into a single easy-to-use object. The main idea of EzDate is that the object represents a specific date and time. A variety of pro...
MIKO/Date-EzDate-1.16 - 04 Jan 2015 23:16:25 UTC
Mac::PropertyList::SAX - work with Mac plists at a low level, fast
Mac::PropertyList is useful, but very slow on large files because it does XML parsing itself, intead of handing it off to a dedicated parser. This module uses XML::SAX::ParserFactory to select a parser capable of doing the heavy lifting, reducing par...
KULP/Mac-PropertyList-SAX-1.001 - 10 Aug 2022 22:15:54 UTC