mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-09 11:22:41 +08:00
MISC little stuff
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user