Skip to content

Commit

Permalink
Merge pull request #1 from AbuseIO/master
Browse files Browse the repository at this point in the history
Moved strtotime to parser (out of csv.php)
  • Loading branch information
marknl committed Mar 18, 2015
2 parents cdf673f + 8b04db7 commit 3f1c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parsers/shadowserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function parse_shadowserver($message) {
'ip' => $report['ip'],
'class' => $class,
'type' => $type,
'timestamp' => $report['timestamp'],
'timestamp' => strtotime($report['timestamp']),
'information' => $information
);

Expand Down

0 comments on commit 3f1c12a

Please sign in to comment.