Then later you can break it down into years/months/days/hours.my %date_count; foreach my $time ( @times ) { $date_count{ ( $time / 3600 ) * 3600 }++; }
In reply to Re: Split date ranges/chunks based on Unix epoch time?
by jwkrahn
in thread Split date ranges/chunks based on Unix epoch time?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |