Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,2212,230项(搜索用时0.003秒)
devel/DateTime-Format-RFC3339-1.0.5 (Score: 0.032514982)
Parse and format RFC3339 times
Parse and format RFC3339 datetime strings
devel/DateTime-Format-RSS-0.03000 (Score: 0.032514982)
Format DateTime For 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.
devel/DateTime-Format-Roman-0.03 (Score: 0.032514982)
Roman day numbering for DateTime objects
DateTime::Format::Roman - Roman day numbering for DateTime objects
devel/DateTime-Format-SQLite-0.11 (Score: 0.032514982)
Parse and format SQLite dates and times
This module understands the formats used by SQLite for its DATE, DATETIME, 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 SQLite format.
devel/DateTime-Format-Strptime-1.68 (Score: 0.032514982)
Parse and format strp and strf time patterns
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
devel/DateTime-Format-W3CDTF-0.06 (Score: 0.032514982)
Parse and format W3CDTF datetime strings
This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date format of RSS 1.0.
devel/DateTime-Format-XSD-0.2 (Score: 0.032514982)
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.
devel/DateTime-Functions-0.13 (Score: 0.032514982)
Procedural interface to DateTime functions
This module simply exports all class methods of DateTime into the caller's namespace. Unless otherwise noted, all methods correspond to the same-named class method in DateTime. Please see DateTime for which parameters are supported.
devel/DateTime-Set-0.38 (Score: 0.032514982)
Datetime sets and set math
DateTime::Set is a module for date/time sets. It can be used to handle two different types of sets. The first is a fixed set of predefined datetime objects. For example, if we wanted to create a set of dates containing the birthdays of people in our family. The second type of set that it can handle is one based on the idea of a recurrence, such as "every Wednesday", or "noon on the 15th day of every month". This type of set can have fixed starting and ending datetimes, but neither is required. So our "every Wednesday set" could be "every Wednesday from the beginning of time until the end of time", or "every Wednesday after 2003-03-05 until the end of time", or "every Wednesday between 2003-03-05 and 2004-01-07".
devel/DateTime-HiRes-0.01 (Score: 0.032514982)
Create DateTime objects with sub-second current time resolution
This module enables you to generate DateTime objects that represent the current time with sub-second resolution.