NAME
perl-web-datetime - Date and time for Web
DESCRIPTION
The perl-web-datetime package contains modules for handling date and time values in the context of Web-related protocols and formats.
MODULES
Following modules are available:
- Web::DateTime::Parser
-
Parser for date and time string values, which can also be used for conformance checking of those values.
- Web::DateTime
-
Parsed date and time object, which has component accessors, serializers, and cast methods.
- Web::DateTime::TimeZone
-
Parsed time zone object, which has component accessors and a serializer.
- Web::DateTime::Duration
-
Parsed duration object, which has component accessors and serializers.
- Web::DateTime::WeeklyTimeRange
-
Parsed weekly time range object, which has a serializer.
- Web::DateTime::Clock
-
Clocks.
SPECIFICATIONS
Date and time formats defined by following specifications and protocols are supported (for details, see documentation of relevant modules):
HTML, Schema.org, Data-Vocabulary.org, HTTP, Cookies, JavaScript, Atom 0.3, Atom 1.0, RSS 1.0, RSS 2.0, OGP, RDF, PKIX.
DEPENDENCY
These modules require Perl 5.14 or later.
SEE ALSO
SuikaWiki:Webの日時形式 <https://wiki.suikawiki.org/n/Web%E3%81%AE%E6%97%A5%E6%99%82%E5%BD%A2%E5%BC%8F>
.
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2008-2023 Wakaba <wakaba@suikawiki.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.