Home
last modified time | relevance | path

Searched refs:_get_datetime (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/arrow/
H A Darrow.py484 start = cls._get_datetime(start).replace(tzinfo=tzinfo)
486 end = cls._get_datetime(end).replace(tzinfo=tzinfo)
1765 return self._datetime == self._get_datetime(other)
1779 return self._datetime > self._get_datetime(other)
1786 return self._datetime >= self._get_datetime(other)
1793 return self._datetime < self._get_datetime(other)
1800 return self._datetime <= self._get_datetime(other)
1817 def _get_datetime( member in Arrow
/dports/devel/py-arrow/arrow-1.2.1/arrow/
H A Darrow.py484 start = cls._get_datetime(start).replace(tzinfo=tzinfo)
486 end = cls._get_datetime(end).replace(tzinfo=tzinfo)
1765 return self._datetime == self._get_datetime(other)
1779 return self._datetime > self._get_datetime(other)
1786 return self._datetime >= self._get_datetime(other)
1793 return self._datetime < self._get_datetime(other)
1800 return self._datetime <= self._get_datetime(other)
1817 def _get_datetime( member in Arrow
/dports/devel/py-watermark/watermark-2.2.0/watermark/
H A Dwatermark.py107 iso_dt = _get_datetime()
171 def _get_datetime(pattern="%Y-%m-%dT%H:%M:%S"): function
/dports/devel/py-babel/stage/usr/local/lib/python3.8/site-packages/babel/
H A Ddates.py68 dt = _get_datetime(dt_or_tzinfo)
94 def _get_datetime(instant): function
231 dt = _get_datetime(dt).replace(tzinfo=None)
464 datetime = _ensure_datetime_tzinfo(_get_datetime(datetime))
736 datetime = _ensure_datetime_tzinfo(_get_datetime(datetime), tzinfo)
1056 start = _ensure_datetime_tzinfo(_get_datetime(start), tzinfo=tzinfo)
1057 end = _ensure_datetime_tzinfo(_get_datetime(end), tzinfo=tzinfo)
/dports/devel/py-babel/Babel-2.9.1/babel/
H A Ddates.py68 dt = _get_datetime(dt_or_tzinfo)
94 def _get_datetime(instant): function
231 dt = _get_datetime(dt).replace(tzinfo=None)
464 datetime = _ensure_datetime_tzinfo(_get_datetime(datetime))
736 datetime = _ensure_datetime_tzinfo(_get_datetime(datetime), tzinfo)
1056 start = _ensure_datetime_tzinfo(_get_datetime(start), tzinfo=tzinfo)
1057 end = _ensure_datetime_tzinfo(_get_datetime(end), tzinfo=tzinfo)
/dports/devel/py-babel/Babel-2.9.1/build/lib/babel/
H A Ddates.py68 dt = _get_datetime(dt_or_tzinfo)
94 def _get_datetime(instant): function
231 dt = _get_datetime(dt).replace(tzinfo=None)
464 datetime = _ensure_datetime_tzinfo(_get_datetime(datetime))
736 datetime = _ensure_datetime_tzinfo(_get_datetime(datetime), tzinfo)
1056 start = _ensure_datetime_tzinfo(_get_datetime(start), tzinfo=tzinfo)
1057 end = _ensure_datetime_tzinfo(_get_datetime(end), tzinfo=tzinfo)
/dports/science/py-obspy/obspy-1.2.2/obspy/core/
H A Dutcdatetime.py681 def _get_datetime(self): member in UTCDateTime
705 datetime = property(_get_datetime)
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_caldav_sched.c1324 static struct icaltimetype _get_datetime(icalcomponent *comp, icalproperty *prop) in _get_datetime() function
1393 struct icaltimetype start = _get_datetime(master, startprop); in master_to_recurrence()
1394 struct icaltimetype newstart = _get_datetime(master, recurid); in master_to_recurrence()
1400 struct icaltimetype end = _get_datetime(master, endprop); in master_to_recurrence()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_caldav_sched.c1304 static struct icaltimetype _get_datetime(icalcomponent *comp, icalproperty *prop) in _get_datetime() function
1373 struct icaltimetype start = _get_datetime(master, startprop); in master_to_recurrence()
1374 struct icaltimetype newstart = _get_datetime(master, recurid); in master_to_recurrence()
1380 struct icaltimetype end = _get_datetime(master, endprop); in master_to_recurrence()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_caldav_sched.c1307 static struct icaltimetype _get_datetime(icalcomponent *comp, icalproperty *prop) in _get_datetime() function
1376 struct icaltimetype start = _get_datetime(master, startprop); in master_to_recurrence()
1377 struct icaltimetype newstart = _get_datetime(master, recurid); in master_to_recurrence()
1383 struct icaltimetype end = _get_datetime(master, endprop); in master_to_recurrence()
/dports/devel/py-asn1crypto/asn1crypto-1.4.0/asn1crypto/
H A Dcore.py4949 value = self._get_datetime(parsed)
5025 def _get_datetime(self, parsed): member in UTCTime
5124 def _get_datetime(self, parsed): member in GeneralizedTime
/dports/science/py-obspy/obspy-1.2.2/obspy/core/tests/
H A Dtest_utcdatetime.py428 self.assertEqual(dt._get_datetime(),
/dports/devel/py-arrow/arrow-1.2.1/tests/
H A Dtest_arrow.py2963 get_datetime = arrow.Arrow._get_datetime