Skip to content

Commit

Permalink
cdate is stored in GMT
Browse files Browse the repository at this point in the history
  • Loading branch information
chilek committed Jun 3, 2012
1 parent 0ae0f47 commit adbd3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lms-sendinvoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function localtime2()
$fext = 'pdf';
}

$currtime = localtime2() + date('Z');
$currtime = localtime2();
$month = intval(date('m', $currtime));
$day = intval(date('d', $currtime));
$year = intval(date('Y', $currtime));
Expand Down

0 comments on commit adbd3d1

Please sign in to comment.