Skip to content

Commit

Permalink
Fix file timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzammit committed Aug 2, 2021
1 parent f947647 commit ca992f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPSSWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public function close()
$header = array(
'prodName' => '@(#) IBM SPSS STATISTICS 64-bit Macintosh 23.0.0.0',
'creationDate' => date('d M y'),
'creationTime' => date('H:M:s'),
'creationTime' => date('H:i:s'),
'weightIndex' => 0,
);

Expand Down

0 comments on commit ca992f2

Please sign in to comment.