Tatsuhiko Miyagawa > Plagger-0.7.12 > Plagger::Date

Download:
Plagger-0.7.12.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: Plagger-0.7.17

NAME ^

Plagger::Date - DateTime subclass for Plagger

SYNOPSIS ^

DESCRIPTION ^

This module subclasses DataTime for plagger's own needs.

rebless

...

parse

...

parse_dwim

...

strptime

...

now

...

from_epoch

...

format($format)

Convience method. Returns the datetime in the format passed (either a formatter object or a blessed reference)

set_time_zone

Overides default behavior to default to UTC if the passed time zone isn't a legal

serialize

Returns the object as a W3CDTF string.

AUTHOR ^

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

See AUTHORS file for the name of all the contributors.

LICENSE ^

Except where otherwise noted, Plagger is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO ^

http://plagger.org/, DateTime