Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 25 of 4203) sorted by relevance

12345678910>>...169

/dports/devel/R-cran-lubridate/lubridate/tests/testthat/
H A Dtest-round.R167 "2010-08-03 12:01:59.23"), tz = "UTC") nameattr
207 "2010-08-03 12:01:59"), tz = "UTC")) nameattr
210 "2010-08-03 12:02:00"), tz = "UTC")) nameattr
213 "2010-08-03 12:00:00"), tz = "UTC")) nameattr
216 "2010-08-04 00:00:00"), tz = "UTC")) nameattr
219 "2010-08-01 00:00:00"), tz = "UTC")) nameattr
222 "2010-08-01 00:00:00"), tz = "UTC")) nameattr
225 "2011-01-01 00:00:00"), tz = "UTC")) nameattr
376 tz <- "Europe/Amsterdam" globalVar
397 tz <- "America/Chicago" globalVar
[all …]
H A Dtest-parsers.R297 ymd(c("2017-01-09", "2017-09-02"), tz = "UTC")) nameattr
299 ymd(c(NA, "2017-09-02"), tz = "UTC")) nameattr
303 ymd(c("2017-09-01", "2017-09-02"), tz = "UTC")) nameattr
307 ymd(c("2017-09-01", "2017-09-02"), tz = "UTC")) nameattr
310 ymd(c("2017-09-01", "2017-09-02"), tz = "UTC")) nameattr
314 ymd(c("2017-09-01"), tz = "UTC")) nameattr
355 expect_equal(ymd_hms(c(yy, zz)), as.POSIXct(c(tt, tt), tz = "UTC")) nameattr
566 "2010-01-01 00:00:00"), tz = "UTC")) nameattr
571 "2010-01-01 12:00:00 UTC"), tz = "UTC")) nameattr
576 "2010-01-01 12:03:00 UTC"), tz = "UTC")) nameattr
[all …]
H A Dtest-POSIXt.R24 expect_equal(c(dt, d), make_datetime(c(2000, 2000), 1, 1, tz = "Europe/Berlin")) nameattr
25 expect_equal(c(dt, list(d)), make_datetime(c(2000, 2000), 1, 1, tz = "Europe/Berlin")) nameattr
26 …expect_equal(c(dt, list(d, list(d))), make_datetime(c(2000, 2000, 2000), 1, 1, tz = "Europe/Berlin… nameattr
28 expect_equal(c(dt, d), make_datetime(c(2000, 2000), 1, 1, tz = "UTC")) nameattr
39 ymd(c("2021-01-01", "2021-01-02"), tz = "America/New_York")) nameattr
42 ymd(c("2021-01-01", "2021-01-02"), tz = "UTC")) nameattr
64 ymd(c("2000-01-01", "2020-10-10"), tz = "Europe/Berlin")) nameattr
66 ymd(c("2000-01-01", "2020-10-10"), tz = "UTC")) nameattr
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/tslibs/
H A Dtimezones.pxd6 cpdef bint is_utc(tzinfo tz)
7 cdef bint is_tzlocal(tzinfo tz)
9 cdef bint treat_tz_as_pytz(tzinfo tz)
12 cpdef object get_timezone(tzinfo tz)
13 cpdef tzinfo maybe_get_tz(object tz)
15 cdef timedelta get_utcoffset(tzinfo tz, datetime obj)
16 cdef bint is_fixed_offset(tzinfo tz)
18 cdef object get_dst_info(tzinfo tz)
H A Dtimezones.pyx36 cpdef inline bint is_utc(tzinfo tz):
40 cdef inline bint is_tzlocal(tzinfo tz):
44 cdef inline bint treat_tz_as_pytz(tzinfo tz):
49 cdef inline bint treat_tz_as_dateutil(tzinfo tz):
53 cpdef inline object get_timezone(tzinfo tz):
91 cpdef inline tzinfo maybe_get_tz(object tz):
126 def _p_tz_cache_key(tz): argument
137 cdef inline object tz_cache_key(tzinfo tz):
174 cdef timedelta get_utcoffset(tzinfo tz, datetime obj):
181 cdef inline bint is_fixed_offset(tzinfo tz):
[all …]
H A Dtzconversion.pyx39 int64_t val, tzinfo tz, object ambiguous=None, object nonexistent=None,
73 def tz_localize_to_utc(ndarray[int64_t] vals, tzinfo tz, object ambiguous=None,
359 int64_t utc_val, tzinfo tz, bint* fold=NULL
377 cpdef int64_t tz_convert_from_utc_single(int64_t val, tzinfo tz):
415 def tz_convert_from_utc(const int64_t[:] vals, tzinfo tz):
440 cdef const int64_t[:] _tz_convert_from_utc(const int64_t[:] vals, tzinfo tz):
507 cdef inline int64_t _tzlocal_get_offset_components(int64_t val, tzinfo tz,
556 cdef int64_t _tz_convert_tzlocal_utc(int64_t val, tzinfo tz, bint to_utc=True,
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/geoip/
H A DGeoIPTests.cpp42 auto tz = handler.processReply( json_data_attribute ); in testJSON() local
60 auto tz = handler.processReply( json_data_attribute ); in testJSONalt() local
74 auto tz = handler.processReply( data ); in testJSONbad() local
112 auto tz = handler.processReply( xml_data_ubiquity ); in testXML() local
127 auto tz = handler.processReply( data ); in testXML2() local
141 auto tz = handler.processReply( "<A><B/><C><ZT>Moon/Dark_side</ZT></C></A>" ); in testXMLalt() local
152 auto tz = handler.processReply( "{time_zone: \"Europe/Paris\"}" ); in testXMLbad() local
167 auto tz = splitTZString( QStringLiteral( "Moon/Dark_side" ) ); in testSplitTZ() local
241 auto tz = f.processReply( QByteArray() ); in testFixed() local
250 auto tz = f.processReply( QByteArray() ); in testFixed() local
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Traits/
H A DCreator.php56 public function __construct($time = null, $tz = null)
176 public static function rawParse($time = null, $tz = null)
209 public static function parse($time = null, $tz = null)
248 public static function now($tz = null)
260 public static function today($tz = null)
272 public static function tomorrow($tz = null)
284 public static function yesterday($tz = null)
328 private static function createNowInstance($tz)
541 public static function createFromTimeString($time, $tz = null)
590 public static function rawCreateFromFormat($format, $time, $tz = null)
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/
H A DCreator.php58 public function __construct($time = null, $tz = null)
178 public static function rawParse($time = null, $tz = null)
211 public static function parse($time = null, $tz = null)
250 public static function now($tz = null)
262 public static function today($tz = null)
274 public static function tomorrow($tz = null)
286 public static function yesterday($tz = null)
330 private static function createNowInstance($tz)
574 public static function createFromTimeString($time, $tz = null)
623 public static function rawCreateFromFormat($format, $time, $tz = null)
[all …]
/dports/www/mod_php81/php-8.1.1/ext/date/lib/
H A Dparse_tz.c94 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
181 static int detect_slim_file(timelib_tzinfo *tz) in detect_slim_file()
394 static unsigned int add_abbr(timelib_tzinfo *tz, char *abbr) in add_abbr()
419 static int integrate_posix_string(timelib_tzinfo *tz) in integrate_posix_string()
446 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
474 static char *format_ut_time(timelib_sll ts, timelib_tzinfo *tz) in format_ut_time()
491 static char *format_offset_type(timelib_tzinfo *tz, int i) in format_offset_type()
510 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
728 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
745 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
[all …]
/dports/lang/php81/php-8.1.1/ext/date/lib/
H A Dparse_tz.c94 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
181 static int detect_slim_file(timelib_tzinfo *tz) in detect_slim_file()
394 static unsigned int add_abbr(timelib_tzinfo *tz, char *abbr) in add_abbr()
419 static int integrate_posix_string(timelib_tzinfo *tz) in integrate_posix_string()
446 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
474 static char *format_ut_time(timelib_sll ts, timelib_tzinfo *tz) in format_ut_time()
491 static char *format_offset_type(timelib_tzinfo *tz, int i) in format_offset_type()
510 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
728 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
745 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
[all …]
/dports/audio/din/din-52/src/
H A Dcommand.cc95 tokenizer tz (s); in load_vector_from_string() local
157 int set_var::operator() (tokenizer& tz) { in operator ()()
348 int get_var::operator() (tokenizer& tz) { in operator ()()
592 int ls_bpm::operator() (tokenizer& tz) { in operator ()()
599 int set_bpm::operator() (tokenizer& tz) { in operator ()()
611 int get_bpm::operator() (tokenizer& tz) { in operator ()()
624 int set_beat::operator() (tokenizer& tz) { in operator ()()
640 int get_beat::operator() (tokenizer& tz) { in operator ()()
906 int chord::operator() (tokenizer& tz) { in operator ()()
990 int key::operator() (tokenizer& tz) { in operator ()()
[all …]
/dports/devel/cctz/cctz-2.2/src/
H A Dbenchmarks.cc666 cctz::time_zone tz; in TestTimeZone() local
672 cctz::time_zone tz; in BM_Zone_LoadUTCTimeZoneFirst() local
682 cctz::time_zone tz; in BM_Zone_LoadUTCTimeZoneLast() local
726 cctz::time_zone tz; in BM_Zone_LoadAllTimeZonesFirst() local
743 cctz::time_zone tz; in BM_Zone_LoadAllTimeZonesCached() local
758 cctz::time_zone tz; // implicit UTC in BM_Zone_TimeZoneImplGetImplicit() local
776 cctz::time_zone tz; in BM_Zone_UTCTimeZone() local
790 const cctz::time_zone tz = TestTimeZone(); in BM_Time_ToDateTime_CCTZ() local
853 const cctz::time_zone tz = TestTimeZone(); in BM_Time_FromDateTime_CCTZ() local
905 const cctz::time_zone tz = TestTimeZone(); in BM_Time_FromDateTimeDay0_CCTZ() local
[all …]
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc666 cctz::time_zone tz; in TestTimeZone() local
672 cctz::time_zone tz; in BM_Zone_LoadUTCTimeZoneFirst() local
682 cctz::time_zone tz; in BM_Zone_LoadUTCTimeZoneLast() local
726 cctz::time_zone tz; in BM_Zone_LoadAllTimeZonesFirst() local
743 cctz::time_zone tz; in BM_Zone_LoadAllTimeZonesCached() local
758 cctz::time_zone tz; // implicit UTC in BM_Zone_TimeZoneEqualityImplicit() local
774 cctz::time_zone tz; in BM_Zone_UTCTimeZone() local
788 const cctz::time_zone tz = TestTimeZone(); in BM_Time_ToDateTime_CCTZ() local
851 const cctz::time_zone tz = TestTimeZone(); in BM_Time_FromDateTime_CCTZ() local
903 const cctz::time_zone tz = TestTimeZone(); in BM_Time_FromDateTimeDay0_CCTZ() local
[all …]
/dports/lang/php73/php-7.3.33/ext/date/lib/
H A Dparse_tz.c87 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
110 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
156 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
215 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
306 static void skip_32bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_types()
342 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
370 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
550 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
563 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
/dports/lang/php74/php-7.4.27/ext/date/lib/
H A Dparse_tz.c87 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
110 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
156 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
215 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
306 static void skip_32bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_types()
342 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
370 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
550 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
563 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/date/lib/
H A Dparse_tz.c87 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
110 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
156 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
215 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
306 static void skip_32bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_types()
342 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
370 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
550 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
563 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/date/lib/
H A Dparse_tz.c87 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
110 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
156 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
215 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
306 static void skip_32bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_32bit_types()
342 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
370 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
550 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
563 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/timelib-2017.05/
H A Dparse_tz.c66 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
89 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
135 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
157 static int read_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transitions()
208 static int read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
306 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
334 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
531 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
544 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
619 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
/dports/lang/php80/php-8.0.15/ext/date/lib/
H A Dparse_tz.c93 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
116 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
162 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
177 static int detect_slim_file(timelib_tzinfo *tz) in detect_slim_file()
237 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
364 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
392 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
579 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
592 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
664 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/date/lib/
H A Dparse_tz.c93 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
116 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
162 static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_32bit_header()
177 static int detect_slim_file(timelib_tzinfo *tz) in detect_slim_file()
237 static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_types()
364 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
392 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
579 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
592 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
664 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-zipper-0.11/src/Data/Text/
H A DZipper.hs152 getText tz = concat [ above tz function
253 tz { toLeft = end function
280 killToBOL tz = tz { toLeft = mempty function
288 tz { toRight = mempty function
296 tz { toLeft = mempty function
350 gotoBOL tz = tz { toLeft = mempty function
357 tz { toLeft = mempty function
375 tz { toLeft = toLeft tz function
403 tz { above = init $ above tz function
425 tz { above = init $ above tz function
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/text-zipper-0.11/src/Data/Text/
H A DZipper.hs152 getText tz = concat [ above tz function
253 tz { toLeft = end function
280 killToBOL tz = tz { toLeft = mempty function
288 tz { toRight = mempty function
296 tz { toLeft = mempty function
350 gotoBOL tz = tz { toLeft = mempty function
357 tz { toLeft = mempty function
375 tz { toLeft = toLeft tz function
403 tz { above = init $ above tz function
425 tz { above = init $ above tz function
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/text-zipper-0.11/src/Data/Text/
H A DZipper.hs152 getText tz = concat [ above tz function
253 tz { toLeft = end function
280 killToBOL tz = tz { toLeft = mempty function
288 tz { toRight = mempty function
296 tz { toLeft = mempty function
350 gotoBOL tz = tz { toLeft = mempty function
357 tz { toLeft = mempty function
375 tz { toLeft = toLeft tz function
403 tz { above = init $ above tz function
425 tz { above = init $ above tz function
[all …]
/dports/net/libosip2/libosip2-5.3.0/src/osip2/
H A Dosip_time.c62 int osip_gettimeofday(struct timeval *tp, void *tz) { in osip_gettimeofday()
70 static int _osip_gettimeofday_realtime(struct timeval *tp, void *tz) { in _osip_gettimeofday_realtime()
93 int osip_gettimeofday(struct timeval *tp, void *tz) { in osip_gettimeofday()
102 static int _osip_gettimeofday_realtime(struct timeval *tp, void *tz) { in _osip_gettimeofday_realtime()
116 int osip_gettimeofday(struct timeval *tp, void *tz) { in osip_gettimeofday()
129 static int _osip_gettimeofday_realtime(struct timeval *tp, void *tz) { in _osip_gettimeofday_realtime()
144 int osip_gettimeofday(struct timeval *tp, void *tz) { in osip_gettimeofday()
156 static int _osip_gettimeofday_realtime(struct timeval *tp, void *tz) { in _osip_gettimeofday_realtime()
166 int osip_gettimeofday(struct timeval *tp, void *tz) { in osip_gettimeofday()
172 static int _osip_gettimeofday_realtime(struct timeval *tp, void *tz) { in _osip_gettimeofday_realtime()

12345678910>>...169