summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 4ef56b6..493a85f 100644
--- a/it.class
+++ b/it.class
@@ -1039,7 +1039,7 @@ static function date($format = "", $stamp = null)
$formatstring = $format;
}
- return date($formatstring, $stamp);
+ return date($formatstring, intval($stamp));
}
# Internal: Convert expression or funcname or function literal to callable