Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php316 public $timezone = [ variable in SimplePie\\Parse\\Date
697 $timezone = $tz_hour * 3600;
698 $timezone += $tz_minute * 60;
699 $timezone *= $tz_sign;
704 return gmmktime($hour, $minute, $second, $month, $day, $year) - $timezone;
815 $timezone = $tz_hour * 3600;
816 $timezone += $tz_minute * 60;
818 $timezone = 0 - $timezone;
822 elseif (isset($this->timezone[$tz_code])) {
823 $timezone = $this->timezone[$tz_code];
[all …]
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.sql103 `timezone` float NOT NULL DEFAULT '0',
129 …show_smilies`, `show_img`, `show_img_sig`, `show_avatars`, `show_sig`, `timezone`, `dst`, `time_fo…
H A Dmybb.sql235 `timezone` varchar(5) NOT NULL DEFAULT '',
275 …`showredirect`, `ppp`, `tpp`, `daysprune`, `dateformat`, `timeformat`, `timezone`, `dst`, `dstcorr…
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md322 * Added the CEST timezone. [#380](https://github.com/simplepie/simplepie/pull/380)