Skip Menu |

This queue is for tickets about the Data-Google-Visualization-DataTable CPAN distribution.

Report information
The Basics
Id: 79374
Status: resolved
Priority: 0/
Queue: Data-Google-Visualization-DataTable

People
Owner: Nobody in particular
Requestors: lmasarati [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: (no value)



Subject: datetime values added as epoch seconds produce a wrong year
DataTable.pm at line 440: # Epoch timestamp if (! ref( $cell->{'v'} ) ) { my ($sec,$min,$hour,$mday,$mon,$year) = localtime( $cell->{'v'} ); # must add this - start $year += 1900; # must add this - stop @initial_date_digits = ( $year, $mon, $mday, $hour, $min, $sec ); } elsif ( $cell->{'v'}->isa('DateTime') ) {
Thanks. I've fixed this, as well as generally beefing up dates are handled and documented. Updated on git, and just uploaded 0.09 to CPAN. Thanks again!