MISC little stuff

This commit is contained in:
Adam Shaw
2014-02-03 14:58:18 -08:00
parent 016f43f2cc
commit a1c4f11f48
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ function parseDateTime($string, $timezone=null) {
// Ignored if string has a timezone offset in it.
);
if ($timezone) {
// If our timezone was ignore above, force it.
// If our timezone was ignored above, force it.
$date->setTimezone($timezone);
}
return $date;