misykat 4.1.2

Islamic library for Rust
Documentation
1
2
3
4
5
6
7
8
9
use jiff::{self, Zoned, civil};

pub fn now() -> jiff::Zoned {
    Zoned::now()
}

pub fn today() -> civil::Date {
    Zoned::now().date()
}