Update of PicoTools (Remove notice under PHP 5.5)
This commit is contained in:
parent
4bf0c7a4ef
commit
849a25dfb0
2
vendor/PicoTools/Translator.php
vendored
2
vendor/PicoTools/Translator.php
vendored
@ -63,7 +63,7 @@ namespace PicoTools\Translator {
|
||||
|
||||
function datetime($format, $timestamp)
|
||||
{
|
||||
return strftime($format, $timestamp);
|
||||
return strftime($format, (int) $timestamp);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user