diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -870,7 +870,7 @@ static function gets() static function date($format = "", $stamp = null) { if (!isset($stamp)) - $stamp = time(); + $stamp = EDC('time') ? strtotime(EDC('time')) : time(); else if (is_string($stamp) && !ctype_digit($stamp)) $stamp = strtotime($stamp); |