Skip to main content

parse_ymd

Function parse_ymd 

Source
pub fn parse_ymd(text: &str) -> Option<i64>
Expand description

YYYY-MM-DD at midnight UTC, as a unix timestamp.

For dates written in configuration and code — a sunset, a deprecation — where the ISO form is what a person types.