Home
last modified time | relevance | path

Searched refs:to_tz (Results 1 – 25 of 104) sorted by relevance

12345

/dports/deskutils/egroupware/egroupware/calendar/inc/
H A Dclass.calendar_rrule.inc.php766 if (!$to_tz) $to_tz = $event['tzid'];
770 if (!isset(self::$tz_cache[$to_tz]))
772 self::$tz_cache[$to_tz] = calendar_timezones::DateTimeZone($to_tz);
775 self::rrule2tz($event, $time, $to_tz);
777 $time->setTimezone(self::$tz_cache[$to_tz]);
911 * @param string $to_tz new timezone
922 empty($event['tzid']) || empty($to_tz) ||
923 $event['tzid'] == $to_tz) return;
929 if (!isset(self::$tz_cache[$to_tz]))
931 self::$tz_cache[$to_tz] = calendar_timezones::DateTimeZone($to_tz);
[all …]
/dports/deskutils/ical/ical-tcl/calendar/
H A Ditem.C380 void Appointment::convert_tz(Date &d, int &min, bool to_tz) const { in convert_tz() argument
381 if ((min==cache.from_min) && (d==cache.from_d) && (to_tz==cache.to_tz)) { in convert_tz()
389 cache.to_tz=to_tz; in convert_tz()
406 if (!to_tz) { in convert_tz()
413 if (to_tz) { in convert_tz()
422 if (to_tz) { in convert_tz()
H A Ditem.h267 void convert_tz(Date &d, int &min, bool to_tz) const;
275 bool to_tz; member
/dports/astro/py-kosmorrolib/kosmorrolib-1.0.1/kosmorrolib/
H A Ddateutil.py22 def translate_to_timezone(date: datetime, to_tz: int):
39 tz=timezone(timedelta(hours=to_tz))
H A Dephemerides.py239 rise_time.utc_datetime().replace(microsecond=0), to_tz=timezone
247 to_tz=timezone,
254 set_time.utc_datetime().replace(microsecond=0), to_tz=timezone
/dports/devel/elixir-quantum/quantum-elixir-2.2.6/lib/quantum/
H A Ddate_library.ex46 def to_tz!(date, :utc), do: date
47 def to_tz!(date, tz) when is_binary(tz), do: @date_library.utc_to_tz!(date, tz)
H A Dexecution_broadcaster.ex158 |> Scheduler.get_next_run_date(DateLibrary.to_tz!(time, timezone))
/dports/devel/py-dateparser/dateparser-0.7.2/tests/
H A Dtest_timezone_parser.py148 def test_timezone_conversion(self, datestring, from_tz, to_tz, expected): argument
150 self.given_to_timezone(to_tz)
/dports/devel/p5-Class-Date/Class-Date-1.1.17/t/
H A D50_timezone.t22 my $date2 = $date1->to_tz('GMT');
/dports/devel/py-icalendar/icalendar-4.0.3/src/icalendar/
H A Dcal.py369 _timezone_cache[component['TZID']] = component.to_tz()
580 def to_tz(self): member in Timezone
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/babel/babel/
H A Ddates.pyi22 def to_tz(self): ...
/dports/www/rt44/rt-4.4.5/docs/customizing/
H A Dtimezones_in_charts.pod64 timezone('to_tz', timezone('from_tz', column_without_tz_info))
/dports/www/rt50/rt-5.0.2/docs/customizing/
H A Dtimezones_in_charts.pod64 timezone('to_tz', timezone('from_tz', column_without_tz_info))
/dports/mail/exim-mysql/exim-4.95/src/
H A Dtlscert-gnu.c120 uschar * tz = to_tz(US"GMT0"); in time_copy()
H A Dtls.c417 to_tz(uschar * tz) in to_tz() function
H A Dtlscert-openssl.c143 uschar * tz = to_tz(US"GMT0"); /* need to call strptime with baseline TZ */ in asn1_time_copy()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dtlscert-gnu.c120 uschar * tz = to_tz(US"GMT0"); in time_copy()
H A Dtlscert-openssl.c143 uschar * tz = to_tz(US"GMT0"); /* need to call strptime with baseline TZ */ in asn1_time_copy()
H A Dtls.c417 to_tz(uschar * tz) in to_tz() function
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dtlscert-gnu.c120 uschar * tz = to_tz(US"GMT0"); in time_copy()
/dports/mail/exim/exim-4.95/src/
H A Dtlscert-gnu.c120 uschar * tz = to_tz(US"GMT0"); in time_copy()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dtlscert-gnu.c120 uschar * tz = to_tz(US"GMT0"); in time_copy()
H A Dtlscert-openssl.c143 uschar * tz = to_tz(US"GMT0"); /* need to call strptime with baseline TZ */ in asn1_time_copy()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dtlscert-gnu.c120 uschar * tz = to_tz(US"GMT0"); in time_copy()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dtlscert-gnu.c120 uschar * tz = to_tz(US"GMT0"); in time_copy()

12345