Fixes DateUtil::validateDate()
authorMax <maximilian.mader@gmx.de>
Sun, 19 May 2013 21:04:48 +0000 (00:04 +0300)
committerMax <maximilian.mader@gmx.de>
Sun, 19 May 2013 21:04:48 +0000 (00:04 +0300)
commit262637e4baea77e75f2e6b35076d6ef4de8d45b4
tree1ee48dc24fdb1693f5d764c1673437e97a84964c
parent74e27fc1c7267b7a94d7b316a16e4312f5575419
Fixes DateUtil::validateDate()

Fixes WoltLab/WCF#1283 as gmdate returns a date in GMT but strtotime doesn't if input isn't specified as GMT.

See http://www.php.net/manual/en/function.strtotime.php
> Each parameter of this function uses the default time zone unless a time zone is specified in that parameter.```
wcfsetup/install/files/lib/util/DateUtil.class.php