Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Oct 30, 2023
1 parent bd71579 commit e22aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,6 @@ function getLocale()
*/
public function formatTime($format)
{
return strftime($format, $this->_locale);
return strftime($format, NULL, $this->_locale);
}
}

0 comments on commit e22aa9b

Please sign in to comment.