ZLog::Write(LOGLEVEL_DEBUG,sprintf("HandleSync: No changes found for %s folder id '%s'. Omitting output.",$spa->GetContentClass(),$spa->GetFolderId()));
continue;
}
...
...
@@ -1210,6 +1214,7 @@ 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));