pub trait OffsetDateTimeExt {
    // Required method
    fn from_julian_day(julian_day: f64) -> Self;
}

Required Methods§

source

fn from_julian_day(julian_day: f64) -> Self

Implementations on Foreign Types§

source§

impl OffsetDateTimeExt for OffsetDateTime

Implementors§