Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Clustericious::Client::Object::DateTime - Clustericious DateTime object
VERSION
version 1.29
SYNOPSIS
my $obj = Clustericious::Client::Object::DateTime->new('2000-01-01');
returns a DateTime object from the string date/time. Expects the
date/time to be in ISO 8601 format.
DESCRIPTION
A simple wrapper around DateTime::Format::ISO8601 that provides a new() function that acts like Clustericious::Client::Object wants it to.
METHODS
new
my $obj = Clustericious::Client::Object::DateTime->new('2000-01-01');
AUTHOR
Original author: Brian Duggan
Current maintainer: Graham Ollis <plicease@cpan.org>
Contributors:
Curt Tilmes
Yanick Champoux
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by NASA GSFC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.