Home
last modified time | relevance | path

Searched refs:is_gmt (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/limesurvey/limesurvey/framework/utils/
H A DCTimestamp.php213 * @param boolean $is_gmt whether this is a GMT timestamp
216 public static function formatDate($fmt,$d=false,$is_gmt=false) argument
219 return ($is_gmt)? @gmdate($fmt): @date($fmt);
226 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
231 $arr = self::getDate($d,true,$is_gmt);
297 $dates .= ($is_gmt) ? 0 : -self::getGMTDiff(); break;
299 $gmt = ($is_gmt) ? 0 : self::getGMTDiff();
367 * @param boolean $is_gmt whether this is GMT time. If true, gmmktime() will be used.
370 public static function getTimestamp($hr,$min,$sec,$mon=false,$day=false,$year=false,$is_gmt=false) argument
373 return $is_gmt? @gmmktime($hr,$min,$sec): @mktime($hr,$min,$sec);
[all …]
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_time.php257 function _adodb_getdate($origd=false,$fast=false,$is_gmt=false) argument
262 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff_ts($origd));
317 if ($is_gmt) $origd = $d;
488 function adodb_date($fmt,$d=false,$is_gmt=false) argument
493 if ($d === false) return ($is_gmt)? @gmdate($fmt): @date($fmt);
497 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
503 $arr = _adodb_getdate($d,true,$is_gmt);
506 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
676 return $is_gmt ?
774 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/databases/phppgadmin/phppgadmin-REL_7-13-0/libraries/adodb/
H A Dadodb-time.inc.php860 if ($is_gmt) $origd = $d;
1018 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1023 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1032 return adodb_date($fmt,$d,$is_gmt);
1039 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1048 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1054 $arr = _adodb_getdate($d,true,$is_gmt);
1057 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1228 return $is_gmt ?
1324 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/gallery2/gallery2/lib/adodb/
H A Dadodb-time.inc.php860 if ($is_gmt) $origd = $d;
1018 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1023 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1032 return adodb_date($fmt,$d,$is_gmt);
1039 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1048 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1054 $arr = _adodb_getdate($d,true,$is_gmt);
1057 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1225 return $is_gmt ?
1321 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/databases/adodb5/ADOdb-5.21.3/
H A Dadodb-time.inc.php888 if ($is_gmt) $origd = $d;
1046 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1051 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1060 return adodb_date($fmt,$d,$is_gmt);
1067 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1090 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1096 $arr = _adodb_getdate($d,true,$is_gmt);
1098 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1269 return $is_gmt ?
1365 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/
H A Dadodb-time.inc.php889 if ($is_gmt) $origd = $d;
1047 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1052 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1061 return adodb_date($fmt,$d,$is_gmt);
1068 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1085 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1091 $arr = _adodb_getdate($d,true,$is_gmt);
1093 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1264 return $is_gmt ?
1360 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/phprecipebook/phprecipebook/libs/adodb5/
H A Dadodb-time.inc.php860 if ($is_gmt) $origd = $d;
1018 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1023 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1032 return adodb_date($fmt,$d,$is_gmt);
1039 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1048 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1054 $arr = _adodb_getdate($d,true,$is_gmt);
1057 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1225 return $is_gmt ?
1321 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/phprecipebook/phprecipebook/libs/adodb4/
H A Dadodb-time.inc.php860 if ($is_gmt) $origd = $d;
1018 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1023 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1032 return adodb_date($fmt,$d,$is_gmt);
1039 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1048 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1054 $arr = _adodb_getdate($d,true,$is_gmt);
1057 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1225 return $is_gmt ?
1321 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/limesurvey/limesurvey/application/helpers/adodb/
H A Dadodb-time.inc_helper.php798 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff_ts($origd));
853 if ($is_gmt) $origd = $d;
1014 function adodb_date2($fmt, $d = false, $is_gmt = false) argument
1019 ($d), $rr)) return adodb_date($fmt, false, $is_gmt);
1028 return adodb_date($fmt, $d, $is_gmt);
1036 function adodb_date($fmt, $d = false, $is_gmt = false) argument
1051 $arr = _adodb_getdate($d, true, $is_gmt);
1054 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1222 return $is_gmt ?
1317 function adodb_strftime($fmt, $ts = false, $is_gmt = false) argument
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/adodbtime/
H A Dadodb-time.inc.php886 if ($is_gmt) $origd = $d;
1044 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1049 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1058 return adodb_date($fmt,$d,$is_gmt);
1065 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1082 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1088 $arr = _adodb_getdate($d,true,$is_gmt);
1090 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1261 return $is_gmt ?
1357 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/adodbtime/
H A Dadodb-time.inc.php886 if ($is_gmt) $origd = $d;
1044 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1049 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1058 return adodb_date($fmt,$d,$is_gmt);
1065 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1082 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1088 $arr = _adodb_getdate($d,true,$is_gmt);
1090 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1261 return $is_gmt ?
1357 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/databases/adodb/adodb/
H A Dadodb-time.inc.php860 if ($is_gmt) $origd = $d;
1018 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1023 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1032 return adodb_date($fmt,$d,$is_gmt);
1039 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1048 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1054 $arr = _adodb_getdate($d,true,$is_gmt);
1057 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1225 return $is_gmt ?
1321 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/adodb/adodb-php/
H A Dadodb-time.inc.php903 if ($is_gmt) $origd = $d;
1061 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1066 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1075 return adodb_date($fmt,$d,$is_gmt);
1082 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1099 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1105 $arr = _adodb_getdate($d,true,$is_gmt);
1107 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1278 return $is_gmt ?
1374 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/databases/mantis/mantisbt-2.25.2/vendor/adodb/adodb-php/
H A Dadodb-time.inc.php896 if ($is_gmt) $origd = $d;
1054 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1059 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1068 return adodb_date($fmt,$d,$is_gmt);
1075 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1092 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1098 $arr = _adodb_getdate($d,true,$is_gmt);
1100 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1271 return $is_gmt ?
1367 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/moodle310/moodle/lib/adodb/
H A Dadodb-time.inc.php903 if ($is_gmt) $origd = $d;
1061 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1066 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1075 return adodb_date($fmt,$d,$is_gmt);
1082 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1099 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1105 $arr = _adodb_getdate($d,true,$is_gmt);
1107 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1278 return $is_gmt ?
1374 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/moodle39/moodle/lib/adodb/
H A Dadodb-time.inc.php903 if ($is_gmt) $origd = $d;
1061 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1066 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1075 return adodb_date($fmt,$d,$is_gmt);
1082 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1099 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1105 $arr = _adodb_getdate($d,true,$is_gmt);
1107 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1278 return $is_gmt ?
1374 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/moodle311/moodle/lib/adodb/
H A Dadodb-time.inc.php893 if ($is_gmt) $origd = $d;
1051 function adodb_date2($fmt, $d=false, $is_gmt=false) argument
1056 ($d), $rr)) return adodb_date($fmt,false,$is_gmt);
1065 return adodb_date($fmt,$d,$is_gmt);
1072 function adodb_date($fmt,$d=false,$is_gmt=false) argument
1095 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
1101 $arr = _adodb_getdate($d,true,$is_gmt);
1103 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1274 return $is_gmt ?
1370 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/utils/
H A DCTimestamp.php226 public static function formatDate($fmt,$d=false,$is_gmt=false) argument
229 return ($is_gmt)? @gmdate($fmt): @date($fmt);
236 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
241 $arr = self::getDate($d,true,$is_gmt);
307 $dates .= ($is_gmt) ? 0 : -self::getGMTDiff(); break;
309 $gmt = ($is_gmt) ? 0 : self::getGMTDiff();
380 public static function getTimestamp($hr,$min,$sec,$mon=false,$day=false,$year=false,$is_gmt=false) argument
383 return $is_gmt? @gmmktime($hr,$min,$sec): @mktime($hr,$min,$sec);
384 …return $is_gmt ? @gmmktime($hr,$min,$sec,$mon,$day,$year) : @mktime($hr,$min,$sec,$mon,$day,$year);
/dports/devel/rth/rth/adodb-4.65/
H A Dadodb-time.inc.php707 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff());
763 if ($is_gmt) $origd = $d;
926 function adodb_date($fmt,$d=false,$is_gmt=false) argument
934 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
940 $arr = _adodb_getdate($d,true,$is_gmt);
943 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1008 $gmt = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1093 return $is_gmt ?
1099 $gmt_different = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1189 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/
H A Dadodb-time.inc.php732 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff());
788 if ($is_gmt) $origd = $d;
951 function adodb_date($fmt,$d=false,$is_gmt=false) argument
959 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
965 $arr = _adodb_getdate($d,true,$is_gmt);
968 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1033 $gmt = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1118 return $is_gmt ?
1124 $gmt_different = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1214 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/deskutils/moregroupware/moregroupware/include/adodb/
H A Dadodb-time.inc.php736 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff());
792 if ($is_gmt) $origd = $d;
955 function adodb_date($fmt,$d=false,$is_gmt=false) argument
963 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
969 $arr = _adodb_getdate($d,true,$is_gmt);
972 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1043 $gmt = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1133 return $is_gmt ?
1139 $gmt_different = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1229 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/comms/atslog/atslog-2.1.1/www/include/adodb/
H A Dadodb-time.inc.php739 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff());
795 if ($is_gmt) $origd = $d;
958 function adodb_date($fmt,$d=false,$is_gmt=false) argument
966 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
972 $arr = _adodb_getdate($d,true,$is_gmt);
975 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1046 $gmt = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1136 return $is_gmt ?
1142 $gmt_different = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1232 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/devel/truc/truc_0.12.0/adodb-4.65/
H A Dadodb-time.inc.php707 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff());
763 if ($is_gmt) $origd = $d;
926 function adodb_date($fmt,$d=false,$is_gmt=false) argument
934 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
940 $arr = _adodb_getdate($d,true,$is_gmt);
943 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1008 $gmt = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1093 return $is_gmt ?
1099 $gmt_different = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1189 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/devel/flyspray/flyspray-0.9.9.7_4/adodb/
H A Dadodb-time.inc.php739 $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff());
795 if ($is_gmt) $origd = $d;
958 function adodb_date($fmt,$d=false,$is_gmt=false) argument
966 return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d);
972 $arr = _adodb_getdate($d,true,$is_gmt);
975 if ($daylight) adodb_daylight_sv($arr, $is_gmt);
1046 $gmt = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1136 return $is_gmt ?
1142 $gmt_different = ($is_gmt) ? 0 : adodb_get_gmt_diff();
1232 function adodb_strftime($fmt, $ts=false,$is_gmt=false) argument
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/time/
H A Dtime_zone_types.h24 u8 is_gmt{};

12