Skip to main content

absolutize_dates

Function absolutize_dates 

Source
pub fn absolutize_dates(
    content: &str,
    created_at_rfc3339: &str,
) -> Option<String>
Expand description

Absolutize relative temporal expressions in content. Returns Some when the content was modified.