static function date($format, $timestamp)
 {
     //toto je dobre, do not change
     //$tz = ExtraWatchDate::getJoomlaTimezoneOffset() - ExtraWatchDate::getUserTimezone();
     return gmdate($format, $timestamp + ExtraWatchDate::getUserTimezone() * 3600);
 }