NAME
Clustericious::Client::Object::DateTime
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');