Home
last modified time | relevance | path

Searched full:timezone (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/plugin/quickstats/GEOIP/
Dtimezone.php6 $timezone = "Europe/Andorra";
9 $timezone = "Asia/Dubai";
12 $timezone = "Asia/Kabul";
15 $timezone = "America/Antigua";
18 $timezone = "America/Anguilla";
21 $timezone = "Europe/Tirane";
24 $timezone = "Asia/Yerevan";
27 $timezone = "America/Curacao";
30 $timezone = "Africa/Luanda";
33 $timezone = "Antarctica/South_Pole";
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Ddate.rst5 The timezone support has been added in Twig 1.1.
11 The default timezone support has been added in Twig 1.6.1.
14 The introduction of the false value for the timezone was introduced in Twig 1.11.0
62 Timezone chapter
65 By default, the date is displayed by applying the default timezone (the one
67 it by explicitly specifying a timezone:
74 timezone, pass ``false`` as the timezone value:
80 The default timezone can also be set globally by calling ``setTimezone()``:
94 * ``timezone``: The date timezone
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
DDateHandlerTest.php22 private $timezone; variable in JMS\\Serializer\\Tests\\Handler\\DateHandlerTest
27 $this->timezone = new \DateTimeZone('UTC');
52 $datetime = new \DateTime('2017-06-18 14:30:59', $this->timezone);
63 \DateTime::createFromFormat('Y-m-d|', '2017-06-18', $this->timezone),
72 $expectedDateTime = \DateTime::createFromFormat('Y-m-d', '2017-06-18', $this->timezone);
77 $expectedDateTime = \DateTime::createFromFormat('Y-m-d', '2017-06-18', $this->timezone);
100 $timezone = 'Europe/Brussels';
101 $type = ['name' => 'DateTime', 'params' => ['U', $timezone]];
104 $expectedDateTime->setTimezone(new \DateTimeZone($timezone));
119 $timezone = 'Europe/Brussels';
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php199 "timezone" => null
211 "timezone" => null
223 "timezone" => null
235 "timezone" => null
247 "timezone" => null
259 "timezone" => null
271 "timezone" => null
283 "timezone" => null
295 "timezone" => null
307 "timezone" => null
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php199 "timezone" => null
211 "timezone" => null
223 "timezone" => null
235 "timezone" => null
247 "timezone" => null
259 "timezone" => null
271 "timezone" => null
283 "timezone" => null
295 "timezone" => null
307 "timezone" => null
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php199 "timezone" => null
211 "timezone" => null
223 "timezone" => null
235 "timezone" => null
247 "timezone" => null
259 "timezone" => null
271 "timezone" => null
283 "timezone" => null
295 "timezone" => null
307 "timezone" => null
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DDateTimeParserTest.php217 "timezone" => null
229 "timezone" => null
241 "timezone" => null
253 "timezone" => null
265 "timezone" => null
277 "timezone" => null
289 "timezone" => null
301 "timezone" => null
313 "timezone" => null
325 "timezone" => null
[all …]
/plugin/judge/helper/
Djdatetime.class.php52 …private static $timezone = null; //Timezone String e.g Asia/Tehran, Defaults to Server Timezone Se… variable in jDateTime
67 * @param $timezone string Timezone string
69 public function __construct($convert = null, $jalali = null, $timezone = null) argument
73 if ( $timezone !== null ) self::$timezone = $timezone;
90 … * @param $timezone string (Optional) forces a different timezone. pass null to use system default
93 …public static function date($format, $stamp = false, $convert = null, $jalali = null, $timezone = … argument
95 //Timestamp + Timezone
97 …$timezone = ($timezone != null) ? $timezone : ((self::$timezone != null) ? self::$timezone : date_…
98 $obj = new DateTime('@' . $stamp, new DateTimeZone($timezone));
99 $obj->setTimezone(new DateTimeZone($timezone));
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php55 * Reference timezone.
58 * floating times (times without a timezone), we use the reference timezone
67 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator
78 * @param DateTimeZone $timeZone
81 …t(\DateTime $start = null, \DateTime $end = null, $objects = null, DateTimeZone $timeZone = null) { argument
90 if (is_null($timeZone)) {
91 $timeZone = new DateTimeZone('UTC');
93 $this->setTimeZone($timeZone);
162 * Sets the reference timezone for floating times.
164 * @param DateTimeZone $timeZone
[all …]
DDateTimeParser.php26 * Specifying a reference timezone is optional. It will only be used
28 * returned DateTime object will still be in the UTC timezone.
48 // Still resetting the timezone, to normalize everything to UTC
202 * year, month, date, hour, minute, second, timezone
207 * Timezone is either returned as 'Z' or as '+08:00'
242 * Times may be postfixed by a timezone offset. This can be either 'Z' for
264 (?P<timezone> # timezone offset
289 (?P<timezone> # timezone offset
310 'timezone'
336 * hour, minute, second, timezone
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php55 * Reference timezone.
58 * floating times (times without a timezone), we use the reference timezone
67 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator
78 * @param DateTimeZone $timeZone
81 …t(\DateTime $start = null, \DateTime $end = null, $objects = null, DateTimeZone $timeZone = null) { argument
90 if (is_null($timeZone)) {
91 $timeZone = new DateTimeZone('UTC');
93 $this->setTimeZone($timeZone);
162 * Sets the reference timezone for floating times.
164 * @param DateTimeZone $timeZone
[all …]
DDateTimeParser.php26 * Specifying a reference timezone is optional. It will only be used
28 * returned DateTime object will still be in the UTC timezone.
48 // Still resetting the timezone, to normalize everything to UTC
202 * year, month, date, hour, minute, second, timezone
207 * Timezone is either returned as 'Z' or as '+08:00'
242 * Times may be postfixed by a timezone offset. This can be either 'Z' for
264 (?P<timezone> # timezone offset
289 (?P<timezone> # timezone offset
310 'timezone'
336 * hour, minute, second, timezone
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php55 * Reference timezone.
58 * floating times (times without a timezone), we use the reference timezone
67 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator
78 * @param DateTimeZone $timeZone
81 …t(\DateTime $start = null, \DateTime $end = null, $objects = null, DateTimeZone $timeZone = null) { argument
90 if (is_null($timeZone)) {
91 $timeZone = new DateTimeZone('UTC');
93 $this->setTimeZone($timeZone);
162 * Sets the reference timezone for floating times.
164 * @param DateTimeZone $timeZone
[all …]
H A DDateTimeParser.php26 * Specifying a reference timezone is optional. It will only be used
28 * returned DateTime object will still be in the UTC timezone.
48 // Still resetting the timezone, to normalize everything to UTC
202 * year, month, date, hour, minute, second, timezone
207 * Timezone is either returned as 'Z' or as '+08:00'
242 * Times may be postfixed by a timezone offset. This can be either 'Z' for
264 (?P<timezone> # timezone offset
289 (?P<timezone> # timezone offset
310 'timezone'
336 * hour, minute, second, timezone
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
DAccount.php47 protected $timeZoneType = TimeZone::class;
135 * @param TimeZone
137 public function setTimeZone(TimeZone $timeZone) argument
139 $this->timeZone = $timeZone;
142 * @return TimeZone
146 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DCommonEventObject.php40 protected $timeZoneType = TimeZone::class;
118 * @param TimeZone
120 public function setTimeZone(TimeZone $timeZone) argument
122 $this->timeZone = $timeZone;
125 * @return TimeZone
129 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DDateTime.php46 protected $timeZoneType = TimeZone::class;
142 * @param TimeZone
144 public function setTimeZone(TimeZone $timeZone) argument
146 $this->timeZone = $timeZone;
149 * @return TimeZone
153 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DRecurringSchedule.php46 protected $timeZoneType = TimeZone::class;
150 * @param TimeZone
152 public function setTimeZone(TimeZone $timeZone) argument
154 $this->timeZone = $timeZone;
157 * @return TimeZone
161 return $this->timeZone;
/plugin/webdav/vendor/sabre/vobject/lib/
DDateTimeParser.php25 * Specifying a reference timezone is optional. It will only be used
27 * returned DateTimeImmutable object will still be in the UTC timezone.
218 * year, month, date, hour, minute, second, timezone
223 * Timezone is either returned as 'Z' or as '+0800'
258 * Times may be postfixed by a timezone offset. This can be either 'Z' for
281 (?P<timezone> # timezone offset
305 (?P<timezone> # timezone offset
325 'timezone',
348 * hour, minute, second, timezone
353 * Timezone is either returned as 'Z' or as '+08:00'
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DDateTimeParser.php25 * Specifying a reference timezone is optional. It will only be used
27 * returned DateTimeImmutable object will still be in the UTC timezone.
226 * year, month, date, hour, minute, second, timezone
231 * Timezone is either returned as 'Z' or as '+0800'
266 * Times may be postfixed by a timezone offset. This can be either 'Z' for
289 (?P<timezone> # timezone offset
314 (?P<timezone> # timezone offset
335 'timezone'
361 * hour, minute, second, timezone
366 * Timezone is either returned as 'Z' or as '+08:00'
[all …]
/plugin/icalendar/
Dfunctions.php3 /** Returns the offset from the origin timezone to the remote timezone, in seconds.
5 * @param $origin_tz; If null the servers current timezone is used as the origin.
62 // Get the starting time timezone
63 if ( preg_match( $regex_dtstart_timezone, $vevent, $timezone ) ) {
64 $start_timezone = $timezone[1];
69 // Get the end time timezone
70 if ( preg_match( $regex_dtend_timezone, $vevent, $timezone ) ) {
71 $end_timezone = $timezone[1];
81 #Calculate the timezone offset
101 # Calculate the timezone offset
/plugin/timezoneco/lang/en/
Dlang.php3 * English language file for timezone plugin
9 //$lang['menu'] = 'Set your timezone';
12 $lang['timezone'] = 'Your timezone';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DDataset.php29 public $timeZone; variable in Google\\Service\\CloudHealthcare\\Dataset
48 public function setTimeZone($timeZone) argument
50 $this->timeZone = $timeZone;
57 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DPartnerGeneralConfig.php29 public $timeZone; variable in Google\\Service\\DisplayVideo\\PartnerGeneralConfig
48 public function setTimeZone($timeZone) argument
50 $this->timeZone = $timeZone;
57 return $this->timeZone;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Ddate.rst8 The default timezone support has been added in Twig 1.6.1.
20 You can pass a timezone as the second argument:
38 You can set the default timezone globally by calling ``setTimezone()`` on
53 * ``timezone``: The timezone

12345678910>>...17