Update of PicoTools (Remove notice under PHP 5.5)

This commit is contained in:
Frederic Guillot 2013-07-03 20:20:50 -04:00
parent 4bf0c7a4ef
commit 849a25dfb0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ namespace PicoTools\Translator {
function datetime($format, $timestamp)
{
return strftime($format, $timestamp);
return strftime($format, (int) $timestamp);
}