Home
last modified time | relevance | path

Searched refs:tzutc (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/devel/py-arrow/arrow-1.2.1/tests/
H A Dtest_factory.py44 tzinfo=tz.tzutc()
54 tzinfo=tz.tzutc()
76 ).replace(tzinfo=tz.tzutc())
79 ).replace(tzinfo=tz.tzutc())
117 .replace(tzinfo=tz.tzutc())
138 .replace(tzinfo=tz.tzutc())
150 .replace(tzinfo=tz.tzutc())
163 tzinfo=tz.tzutc(),
170 tzinfo=tz.tzutc(),
378 2016, 7, 14, 0, 0, tzinfo=tz.tzutc()
[all …]
H A Dtest_arrow.py33 self.expected = datetime(2013, 2, 2, tzinfo=tz.tzutc())
37 self.expected = datetime(2013, 2, 2, 12, tzinfo=tz.tzutc())
41 self.expected = datetime(2013, 2, 2, 12, 30, tzinfo=tz.tzutc())
145 assert result._datetime == dt.replace(tzinfo=tz.tzutc())
288 assert self.arrow.tzinfo == tz.tzutc()
616 tz.tzutc()
1719 assert floor == datetime(2013, 1, 1, tzinfo=tz.tzutc())
1726 assert floor == datetime(2013, 1, 1, tzinfo=tz.tzutc())
1733 assert floor == datetime(2013, 1, 1, tzinfo=tz.tzutc())
1740 assert floor == datetime(2013, 1, 1, tzinfo=tz.tzutc())
[all …]
/dports/finance/beancount/beancount-2.3.3/beancount/prices/sources/
H A Doanda_test.py127 datetime.datetime(2017, 1, 21, 0, 45, 20, tzinfo=tz.tzutc()),
152 (datetime.datetime(2017, 1, 21, 0, 0, 0, tzinfo=tz.tzutc()), D('1.3100')),
153 (datetime.datetime(2017, 1, 21, 8, 0, 0, tzinfo=tz.tzutc()), D('1.3300')),
154 (datetime.datetime(2017, 1, 21, 16, 0, 0, tzinfo=tz.tzutc()), D('1.3500')),
155 (datetime.datetime(2017, 1, 22, 0, 0, 0, tzinfo=tz.tzutc()), D('1.3700')),
156 (datetime.datetime(2017, 1, 22, 8, 0, 0, tzinfo=tz.tzutc()), D('1.3900')),
157 (datetime.datetime(2017, 1, 22, 16, 0, 0, tzinfo=tz.tzutc()), D('1.4100')),
158 (datetime.datetime(2017, 1, 23, 0, 0, 0, tzinfo=tz.tzutc()), D('1.4300')),
164 query_date, time=datetime.time(16, 0, 0), tzinfo=tz.tzutc())
176 datetime.datetime(2017, 1, 22, 16, 0, tzinfo=tz.tzutc()),
[all …]
H A Dquandl_test.py125 tzinfo=tz.tzutc()),
126 srcprice.time.astimezone(tz.tzutc()))
164 tzinfo=tz.tzutc()),
165 srcprice.time.astimezone(tz.tzutc()))
H A Doanda.py74 candle['time'], r"%Y-%m-%dT%H:%M:%S.%fZ").replace(tzinfo=tz.tzutc())
112 time = datetime.datetime.now(tz.tzutc())
123 time = time.astimezone(tz.tzutc())
H A Dcoinbase.py33 options['date'] = time.astimezone(tz.tzutc()).date().isoformat()
43 time = datetime.datetime.now(tz.tzutc())
/dports/devel/py-schematics-patched/schematics-1.1.2-patch/tests/
H A Dtest_temporal.py6 from dateutil.tz import gettz, tzutc
8 gettz = tzutc = None
12 EPOCH = datetime(1970, 1, 1, 0, 0, tzinfo=tzutc())
14 pytestmark = pytest.mark.skipif(tzutc is None,
23 assert date == datetime(2014, 5, 8, 22, 40, 40, tzinfo=tzutc())
29 ts = TimeStampType.date_to_timestamp(datetime(2014, 5, 8, 22, 40, 40, tzinfo=tzutc()))
42 ts = tsobj.to_primitive(datetime(2014, 5, 8, 22, 40, 40, tzinfo=tzutc()))
/dports/deskutils/py-bugwarrior/bugwarrior-1.7.0/tests/
H A Dtest_teamwork_projects.py6 from dateutil.tz import tzutc
92 'due': datetime.datetime(2019, 12, 12, 10, 6, 31, tzinfo=tzutc()),
93 'entry': datetime.datetime(2018, 12, 12, 10, 6, 31, tzinfo=tzutc()),
95 'modified': datetime.datetime(2019, 1, 16, 11, 0, 44, tzinfo=tzutc()),
123 'due': datetime.datetime(2019, 12, 12, 10, 6, 31, tzinfo=tzutc()),
124 'entry': datetime.datetime(2018, 12, 12, 10, 6, 31, tzinfo=tzutc()),
126 'modified': datetime.datetime(2019, 1, 16, 11, 0, 44, tzinfo=tzutc()),
H A Dtest_jira.py7 from dateutil.tz.tz import tzutc
86 'entry': datetime.datetime(2016, 6, 6, 13, 7, 8, tzinfo=tzutc()),
130 'due': datetime.datetime(2016, 9, 23, 16, 8, tzinfo=tzutc()),
132 'entry': datetime.datetime(2016, 6, 6, 13, 7, 8, tzinfo=tzutc()),
160 'entry': datetime.datetime(2016, 6, 6, 13, 7, 8, tzinfo=tzutc()),
179 self.assertEqual(issue.get_due(), datetime.datetime(2016, 9, 23, 16, 8, tzinfo=tzutc()))
/dports/devel/py-libtaxii/libtaxii-1.1.119/libtaxii/test/
H A Dmessages_10_test.py13 from dateutil.tz import tzutc
76 timestamp_label=datetime.datetime.now(tzutc())) # Optional
82 timestamp_label=datetime.datetime.now(tzutc())) # Optional
327 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()), # Required
328 inclusive_begin_timestamp_label=datetime.datetime.now(tzutc()), # Optional
340 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()), # Required
341 inclusive_begin_timestamp_label=datetime.datetime.now(tzutc()), # Optional
449 inclusive_begin_timestamp_label=datetime.datetime.now(tzutc()),
450 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()))
527 'inclusive_end_timestamp_label': datetime.datetime.now(tzutc())
[all …]
/dports/devel/py-libtaxii/libtaxii-1.1.119/docs/api/
H A Dmessages_10.rst13 from dateutil.tz import tzutc
21 from dateutil.tz import tzutc
215 exclusive_begin_timestamp_label=datetime.datetime.now(tzutc()),
216 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()),
234 inclusive_begin_timestamp_label=datetime.datetime.now(tzutc()),
235 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()),
256 inclusive_begin_timestamp_label=datetime.datetime.now(tzutc()),
257 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()))
H A Dmessages_11.rst13 from dateutil.tz import tzutc
21 from dateutil.tz import tzutc
246 exclusive_begin_timestamp_label=datetime.datetime.now(tzutc()),
247 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()),
269 exclusive_begin_timestamp_label=datetime.datetime.now(tzutc()),
270 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()),
296 exclusive_begin_timestamp_label=datetime.datetime.now(tzutc()),
297 inclusive_end_timestamp_label=datetime.datetime.now(tzutc()))
340 timestamp_label=datetime.datetime.now(tzutc()),
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/dateutil/tz/
H A D__init__.pyi2 tzutc as tzutc,
15 UTC: tzutc
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/python-dateutil/dateutil/tz/
H A D__init__.pyi12 tzutc as tzutc,
15 UTC: tzutc
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/
H A D__init__.pyi2 tzutc as tzutc,
15 UTC: tzutc
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/
H A Dxep_0082.py12 from slixmpp.thirdparty import tzutc, tzoffset, parse_iso
58 if time_obj.tzinfo == tzutc():
75 if time_obj.tzinfo == tzutc():
134 offset = tzutc()
181 offset = tzutc()
/dports/devel/py-schematics-patched/schematics-1.1.2-patch/schematics/types/
H A Dtemporal.py4 from dateutil.tz import tzutc, tzlocal
13 EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=tzutc())
24 return datetime.datetime.fromtimestamp(value, tz=tzutc())
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Diso8601.py8 from dateutil.tz import tzlocal, tzutc, tzoffset
35 utc_tz = tzutc()
37 del tzutc, tzlocal
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0202/
H A Dstanza.py14 from slixmpp.thirdparty import tzutc, tzoffset
93 if xep_0082.parse(time).tzinfo == tzutc():
117 date = date.astimezone(tzutc())
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/thirdparty/
H A Dmini_dateutil.py79 from dateutil.tz import tzoffset, tzutc
84 class tzutc(datetime.tzinfo): class
96 return (isinstance(other, tzutc) or
138 UTC = tzutc()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dateutil/test/
H A Dtest_tz.py284 UTC = tz.tzutc()
556 UTC = tz.tzutc()
602 UTC0 = tz.tzutc()
603 UTC1 = tz.tzutc()
609 UTC = tz.tzutc()
615 self.assertFalse(tz.tzutc() == 7)
622 UTC = tz.tzutc()
628 tz_utc = tz.tzutc()
670 utc = tz.tzutc()
716 UTC = tz.tzutc()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wave/utils/
H A Ddeserializer.py6 from dateutil.tz import tzutc
114 date = date.replace(tzinfo=tzutc())
115 epoch = datetime.utcfromtimestamp(0).replace(tzinfo=tzutc())
/dports/net/py-ripe.atlas.cousteau/ripe.atlas.cousteau-1.4.2/ripe/atlas/cousteau/
H A Dapi_meta_data.py16 from dateutil.tz import tzutc
169 self.stop_time = stop_naive.replace(tzinfo=tzutc())
174 self.creation_time = creation_naive.replace(tzinfo=tzutc())
179 self.start_time = start_naive.replace(tzinfo=tzutc())
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/privateca/
H A Dtext_utils.py50 tz.tzutc()).strftime('%Y-%m-%dT%H:%MZ')
59 tz.tzutc()).strftime('%Y-%m-%dT%H:%MZ')
/dports/devel/py-dateutil/python-dateutil-2.8.1/docs/
H A Dtz.rst12 A convenience instance of :class:`dateutil.tz.tzutc`.
35 .. autoclass:: tzutc

12345678910