Attribute (updated) does not pass the type constraint because: Validation failed for 'Net::Google::DocumentsList::Types::DateTime' with value 2014-07-19T18:29:39.309Z
my $service = Net::Google::DocumentsList->new(
username => $user,
password => $pass,
);
my @changes = $service->changes();
for my $doc ( @changes ) {
say $doc->updated;
}
Problem with the new Changes functionality: