Skip to content

Commit

Permalink
[#2893] - Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Feb 4, 2020
1 parent c8855a7 commit 089b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/Logger/Formatter/AbstractFormatter.zep
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ abstract class AbstractFormatter implements FormatterInterface
{
var date, timezone;

let timezone = date_default_timezone_get();
let timezone = date_default_timezone_get(),
date = new DateTimeImmutable("now", new DateTimeZone(timezone));

return date->format(this->dateFormat);
Expand Down

0 comments on commit 089b6c9

Please sign in to comment.