Home
last modified time | relevance | path

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

12345678910>>...331

/dports/www/thirtybees/thirtybees-1.1.0/vendor/thirtybees/geoip/src/
H A Dtimezone.php15 $timezone = null;
18 $timezone = "Europe/Andorra";
21 $timezone = "Asia/Dubai";
24 $timezone = "Asia/Kabul";
27 $timezone = "America/Antigua";
33 $timezone = "Europe/Tirane";
36 $timezone = "Asia/Yerevan";
42 $timezone = "Africa/Luanda";
164 $timezone = "Asia/Baku";
173 $timezone = "Asia/Dhaka";
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/data/
H A Dcities.pl65 $TZ = $timezone{$country};
88 $timezone{"Antigua"} = "x";
100 $timezone{"Bermuda"} = "x";
112 $timezone{"Chad"} = "1.0";
114 $timezone{"China"} = "8.0";
118 $timezone{"Cuba"} = "-5.0";
141 $timezone{"Guam"} = "x";
151 $timezone{"Iran"} = "3.5";
152 $timezone{"Iraq"} = "3.0";
186 $timezone{"Palau"} = "x";
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/locales/en-US/chrome/calendar/
H A Dtimezones.properties5 pref.timezone.floating=Local Time
6 pref.timezone.UTC=UTC/GMT
12 # timezone names:
14 pref.timezone.Africa.Accra=Africa/Accra
205 pref.timezone.Asia.Aden=Asia/Aden
214 pref.timezone.Asia.Baku=Asia/Baku
224 pref.timezone.Asia.Dili=Asia/Dili
227 pref.timezone.Asia.Gaza=Asia/Gaza
230 pref.timezone.Asia.Hovd=Asia/Hovd
252 pref.timezone.Asia.Omsk=Asia/Omsk
[all …]
/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/georoster/
H A Dearth.ru10 37.97 23.72 "Афины" timezone=Europe/Athens # Greece
11 61.22 -149.90 "Анкоридж" timezone=America/Anchorage # Canada
12 33.35 44.42 "Багдад" timezone=Asia/Baghdad # Iraq
13 12.97 77.58 "Бенгалуру" timezone=Asia/Calcutta # India
16 39.92 116.43 "Пекин" timezone=Asia/Shanghai # China
18 # 42.35 -71.05 "Бостон" timezone=US/Eastern # USA
20 30.05 31.25 "Каир" timezone=Africa/Cairo # Egypt
21 22.50 88.33 "Калькутта" timezone=Asia/Calcutta # India
24 41.85 -87.65 "Чикаго" timezone=America/Chicago # USA
26 32.78 -96.80 "Даллас" timezone=America/Chicago # USA
[all …]
H A Dearth9 # 23.05 72.67 "Ahmadabad" timezone=Asia/Calcutta # India
10 # 31.20 29.90 "Alexandria" timezone=Africa/Cairo # Egypt
12 61.22 -149.90 "Anchorage" timezone=America/Anchorage # Canada
13 # 39.92 32.83 "Ankara" timezone=Asia/Istanbul # Turkey
14 37.97 23.72 "Athens" timezone=Europe/Athens # Greece
15 33.35 44.42 "Baghdad" timezone=Asia/Baghdad # Iraq
16 # 12.97 77.58 "Bangalore" timezone=Asia/Calcutta # India
19 # 39.92 116.43 "Beijing" timezone=Asia/Shanghai # China
21 # 42.35 -71.05 "Boston" timezone=US/Eastern # USA
28 41.85 -87.65 "Chicago" timezone=America/Chicago # USA
[all …]
/dports/astro/xplanet/xplanet-1.3.1/xplanet/markers/
H A Dearth9 # formatting information in the string and the timezone is defined,
20 # 45.50 -73.60 "Montréal %c" lang=ja_JP.eucJP timezone=America/Montreal
22 # Although I've provided timezone values for all of the cities below,
23 # they may not work on all operating systems. The timezone is only
30 # timezone=EST+5EDT,M4.1.0/2,M10.5.0/2
33 # timezone=NZST-12NZDT,M10.1.0/2,M3.3.0/3
41 61.22 -149.90 "Anchorage" timezone=America/Anchorage # USA
42 -13.80 -171.75 "Apia" timezone=Pacific/Apia # Samoa
63 39.73 -104.98 "Denver" timezone=America/Denver # USA
68 13.47 144.75 "Hagåtña" timezone=Pacific/Guam # Guam
[all …]
/dports/devel/py-apscheduler/APScheduler-3.8.1/tests/
H A Dtest_triggers.py148 trigger = CronTrigger(day="*", timezone=timezone)
155 trigger = CronTrigger(day="*", timezone=timezone)
162 trigger = CronTrigger(day="*", timezone=timezone)
215 trigger = CronTrigger(day='6,8', timezone=timezone)
231 trigger = CronTrigger(hour='5-6', timezone=timezone)
242 trigger = CronTrigger(timezone=timezone, day=30)
289 timezone = pytz.timezone('US/Eastern')
312 timezone=timezone)
348 timezone = pytz.timezone('US/Eastern')
452 timezone=timezone)
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Utility/
H A DCakeTime.php257 $timezone = static::timezone($timezone);
272 public static function timezone($timezone = null) { argument
277 $tz = $timezone;
341 if ($timezone === null) {
345 if ($timezone !== null) {
638 $timezone = new DateTimeZone($timezone);
685 $userOffset = $timezone;
688 $timezone = new DateTimeZone($timezone);
695 $timezone = '+0000';
745 $timezone = null;
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/View/Helper/
H A DTimeHelper.php151 public function convert($serverTime, $timezone) { argument
152 return $this->_engine->convert($serverTime, $timezone);
203 return $this->_engine->niceShort($dateString, $timezone);
245 public function isToday($dateString, $timezone = null) { argument
246 return $this->_engine->isToday($dateString, $timezone);
336 public function toUnix($dateString, $timezone = null) { argument
337 return $this->_engine->toUnix($dateString, $timezone);
349 public function toAtom($dateString, $timezone = null) { argument
350 return $this->_engine->toAtom($dateString, $timezone);
362 public function toRSS($dateString, $timezone = null) { argument
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/
H A DDateTime.php55 $timezone
74 $timezone
141 $timezone
171 $timezone
292 public static function timezone() function in Faker\\Provider\\DateTime
301 * @param string|null $timezone
313 * @param string $timezone
319 static::$defaultTimezone = $timezone;
333 * @param string|null $timezone
336 private static function resolveTimezone($timezone) argument
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_timezone.py4 import salt.modules.timezone as timezone namespace
79 timezone: {
295 timezone.get_hwclock()
311 timezone.get_hwclock()
379 timezone.get_hwclock()
407 timezone.set_hwclock("UTC")
411 timezone.set_hwclock("localtime")
540 timezone.set_hwclock("UTC")
544 timezone.set_hwclock("localtime")
563 timezone.set_hwclock("UTC")
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/themes/common/dialogs/
H A Dcalendar-timezone-highlighter.css5 #timezone-stack {
9 .timezone-highlight {
14 .timezone-highlight[tzid="none"] {
17 .timezone-highlight[tzid="+0000"] {
20 .timezone-highlight[tzid="+0100"] {
23 .timezone-highlight[tzid="+0200"] {
26 .timezone-highlight[tzid="+0300"] {
29 .timezone-highlight[tzid="+0330"] {
32 .timezone-highlight[tzid="+0400"] {
35 .timezone-highlight[tzid="+0430"] {
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A DTIMEZONES17 // i18n: comment to the previous timezone
19 // i18n: comment to the previous timezone
36 // i18n: comment to the previous timezone
38 // i18n: comment to the previous timezone
45 // i18n: comment to the previous timezone
47 // i18n: comment to the previous timezone
69 // i18n: comment to the previous timezone
72 // i18n: comment to the previous timezone
74 // i18n: comment to the previous timezone
79 // i18n: comment to the previous timezone
[all …]
/dports/lang/php73/php-7.3.33/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/www/mod_php81/php-8.1.1/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/lang/php74/php-7.4.27/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/lang/php81/php-8.1.1/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/lang/php80/php-8.0.15/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/www/mod_php73/php-7.3.33/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/www/mod_php74/php-7.4.27/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/www/mod_php80/php-8.0.15/ext/date/tests/
H A Dbug66985.phpt24 [timezone] => CST6CDT
29 [timezone] => Cuba
34 [timezone] => Egypt
39 [timezone] => Eire
59 [timezone] => GMT0
79 [timezone] => Iran
94 [timezone] => Japan
104 [timezone] => Libya
154 [timezone] => W-SU
159 [timezone] => UTC
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_timezone/tasks/
H A Dtests.yml4 timezone: GMT Standard Time
8 - name: Test GMT timezone
13 - name: Change timezone to GMT+1
18 - name: Test GMT+1 timezone
26 - name: Test GMT+1 timezone
39 - name: Test GMT+1 timezone
47 - name: Test GMT+1 timezone
60 - name: Test GMT-6 timezone
68 - name: Test GMT+1 timezone
81 - name: Test dstoff timezone
[all …]
/dports/databases/namazu2/namazu-2.0.21/pl/
H A Dtime.pl100 sub timezone ($) { subroutine
108 return $timezone;
128 my ($timezone) = @_;
137 return $timezone;
138 } elsif (exists $zone{$timezone}) {
139 return $timezone;
162 my $timezone = gettimezone();
190 $timezone = gettimezone() unless($timezone);
191 $timezone = normalize_rfc822timezone($timezone);
234 $timezone = time::gettimezone() unless($timezone);
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_timezone/tasks/
H A Dtests.yml4 timezone: GMT Standard Time
8 - name: Test GMT timezone
13 - name: Change timezone to GMT+1
18 - name: Test GMT+1 timezone
26 - name: Test GMT+1 timezone
39 - name: Test GMT+1 timezone
47 - name: Test GMT+1 timezone
60 - name: Test GMT-6 timezone
68 - name: Test GMT+1 timezone
82 - name: Test GMT+666 timezone
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Shared/
H A DTimeZone.php15 protected static $timezone = 'UTC'; variable in PhpOffice\\PhpSpreadsheet\\Shared\\TimeZone
24 private static function validateTimeZone($timezone) argument
36 public static function setTimeZone($timezone) argument
38 if (self::validateTimezone($timezone)) {
39 self::$timezone = $timezone;
54 return self::$timezone;
70 if ($timezone !== null) {
71 if (!self::validateTimezone($timezone)) {
75 $timezone = self::$timezone;
78 if ($timezone == 'UST') {
[all …]

12345678910>>...331