INNER CODE UNIT · Rust

build_date

ogham/dog · build.rs:156

fn build_date() -> String {
    let now = LocalDateTime::now();
    format!("{}", now.date().iso())
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…