From: Alan Knowles Date: Thu, 6 Dec 2012 07:43:40 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=e3a01cd240093c18ed5819ee6e3f57e82addada7;p=Pman.Core SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index 82ca70ef..a0128feb 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -91,7 +91,7 @@ class Pman_Core_SimpleExcel extends Pman static function date($str) { - return (strtotime($str . 'UTC') + (86400 * 25569)) / 86400; + return (strtotime($str . ' UTC') + (86400 * 25569)) / 86400; }