--- trunk/lib/Frey/SVN.pm 2008/12/10 23:03:04 805 +++ trunk/lib/Frey/SVN.pm 2008/12/11 00:27:19 807 @@ -11,6 +11,7 @@ #with 'Frey::Storage'; use XML::Simple; +use DateTimeX::Easy; has repository => ( is => 'rw', @@ -162,7 +163,7 @@ my $e = shift; my $rev = $e->{'revision'}; - my $date = $e->{'date'}; + my $date = DateTimeX::Easy->new( $e->{'date'} )->epoch . '000'; # ms my $author = $e->{'author'}; foreach my $p (@{$e->{'paths'}->{'path'}}) {