Home
last modified time | relevance | path

Searched refs:to_utc (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Ddate_time.rs16 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc() method
30 .to_utc() in to_utc()
50 .to_utc() in to_utc()
100 (self.to_utc().ok()?, other.to_utc().ok()?) in partial_cmp()
243 .to_utc() in test_to_utc()
255 .to_utc() in test_to_utc()
266 let utc_date_time = DateTime::new_ymd(2019, 1, 1).to_utc().unwrap(); in test_to_utc()
275 .to_utc() in test_to_utc()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Ddate_time.rs16 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc() method
30 .to_utc() in to_utc()
50 .to_utc() in to_utc()
100 (self.to_utc().ok()?, other.to_utc().ok()?) in partial_cmp()
243 .to_utc() in test_to_utc()
255 .to_utc() in test_to_utc()
266 let utc_date_time = DateTime::new_ymd(2019, 1, 1).to_utc().unwrap(); in test_to_utc()
275 .to_utc() in test_to_utc()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Ddate_time.rs16 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc() method
30 .to_utc() in to_utc()
50 .to_utc() in to_utc()
106 (self.to_utc().ok()?, other.to_utc().ok()?) in partial_cmp()
248 .to_utc() in test_to_utc()
260 .to_utc() in test_to_utc()
271 let utc_date_time = DateTime::new_ymd(2019, 1, 1).to_utc().unwrap(); in test_to_utc()
280 .to_utc() in test_to_utc()
/dports/devel/elixir-quantum/quantum-elixir-2.2.6/lib/quantum/
H A Ddate_library.ex38 @spec to_utc!(NaiveDateTime.t(), :utc | binary) :: NaiveDateTime.t() | no_return
39 def to_utc!(date, :utc), do: date
40 def to_utc!(date, tz) when is_binary(tz), do: @date_library.tz_to_utc!(date, tz)
45 @spec to_utc!(NaiveDateTime.t(), :utc | binary) :: NaiveDateTime.t() | no_return
/dports/net-im/dino/dino-0.2.2/xmpp-vala/src/module/xep/
H A D0082_date_time_profiles.vala18 // return time.to_utc().format_iso8601().to_string();
20 return time.to_utc().format("%Y-%m-%dT%H:%M:%SZ");
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Ddate_time.rs305 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc() method
318 .and_then(|d| d.to_utc()) in to_utc()
335 .and_then(|d| d.to_utc()) in to_utc()
387 (self.to_utc().ok()?, other.to_utc().ok()?) in partial_cmp()
562 .to_utc() in test_to_utc()
575 .to_utc() in test_to_utc()
586 let utc_date_time = DateTime::new_ymd(2019, 1, 1).unwrap().to_utc().unwrap(); in test_to_utc()
596 .to_utc() in test_to_utc()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Ddate_time.rs305 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc() method
318 .and_then(|d| d.to_utc()) in to_utc()
335 .and_then(|d| d.to_utc()) in to_utc()
387 (self.to_utc().ok()?, other.to_utc().ok()?) in partial_cmp()
562 .to_utc() in test_to_utc()
575 .to_utc() in test_to_utc()
586 let utc_date_time = DateTime::new_ymd(2019, 1, 1).unwrap().to_utc().unwrap(); in test_to_utc()
596 .to_utc() in test_to_utc()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Ddate_time.rs305 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc() method
318 .and_then(|d| d.to_utc()) in to_utc()
335 .and_then(|d| d.to_utc()) in to_utc()
387 (self.to_utc().ok()?, other.to_utc().ok()?) in partial_cmp()
562 .to_utc() in test_to_utc()
575 .to_utc() in test_to_utc()
586 let utc_date_time = DateTime::new_ymd(2019, 1, 1).unwrap().to_utc().unwrap(); in test_to_utc()
596 .to_utc() in test_to_utc()
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/tslibs/
H A Dtzconversion.pyx53 return _tz_convert_tzlocal_utc(val, tz, to_utc=True)
138 result[i] = _tz_convert_tzlocal_utc(v, tz, to_utc=True)
374 return _tz_convert_tzlocal_utc(utc_val, tz, to_utc=False, fold=fold)
404 return _tz_convert_tzlocal_utc(val, tz, to_utc=False)
470 converted[i] = _tz_convert_tzlocal_utc(val, tz, to_utc=False)
508 bint to_utc, argument
518 to_utc : bint
543 if not to_utc:
568 to_utc : bint
585 delta = _tzlocal_get_offset_components(val, tz, to_utc, fold)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/docs/api/webapp2_extras/
H A Di18n.rst30 to_local_timezone, to_utc, format_date, format_datetime,
44 .. autofunction:: to_utc
/dports/accessibility/sctd/spa-rs-fa80d0ce99d675674cf1a7cc9cf2ee2e33f501ea/src/
H A Dlib.rs100 fn to_utc(jd: f64) -> DateTime<Utc> { in to_utc() function
226 let sunriseset = SunriseAndSet::Daylight(to_utc(aufgang_jd), to_utc(untergang_jd)); in calc_sunrise_and_set()
334 use super::to_utc;
376 assert_eq!(dt, to_utc(jd)); in test_julian_day()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/headers-0.2.1/src/util/
H A Dhttp_date.rs95 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
101 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/headers-0.3.4/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/headers/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/headers/src/util/
H A Dhttp_date.rs87 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
93 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/anylog-0.6.1/src/
H A Dtypes.rs22 pub fn to_utc(&self) -> DateTime<Utc> { in to_utc() method
104 self.timestamp.as_ref().map(|x| x.to_utc()) in utc_timestamp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/webapp2_extras/
H A Di18n.py312 def to_utc(self, datetime): member in I18n
726 def to_utc(datetime): function
728 return get_i18n().to_utc(datetime)
/dports/net-im/dino/dino-0.2.2/main/src/ui/conversation_content_view/
H A Ddate_separator_populator.vala45 item_collection.insert_item(new MetaDateItem(msg_date.to_utc()));
47 item_collection.insert_item(new MetaDateItem(insert_times.first().to_utc()));
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/hyper-0.10.16/src/header/shared/
H A Dhttpdate.rs49 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/hyper/src/header/shared/
H A Dhttpdate.rs49 fmt::Display::fmt(&self.0.to_utc().rfc822(), f) in fmt()

1234567