ZLog::Write(LOGLEVEL_DEBUG,sprintf("HandleSync: No changes found for %s folder id '%s'. Omitting output.",$spa->GetContentClass(),$spa->GetFolderId()));
ZLog::Write(LOGLEVEL_DEBUG,sprintf("HandleSync: No changes found for %s folder id '%s'. Omitting output.",$spa->GetContentClass(),$spa->GetFolderId()));
continue;
continue;
}
}
...
@@ -1210,12 +1214,14 @@ class Sync extends RequestProcessor {
...
@@ -1210,12 +1214,14 @@ class Sync extends RequestProcessor {
ZLog::Write(LOGLEVEL_DEBUG,sprintf("TimezoneUtil::GetPhpSupportedTimezone(): '%s' is a PHP supported timezone",$timezone));
return$timezone;
}
$dtz=date_default_timezone_get();
ZLog::Write(LOGLEVEL_DEBUG,sprintf("TimezoneUtil::GetPhpSupportedTimezone(): '%s' is not a PHP supported timezone. Returning default timezone: '%s'",$timezone,$dtz));