You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
typo fix
This commit is contained in:
@@ -6,7 +6,7 @@ use chrono::{DateTime, FixedOffset, Local, LocalResult, NaiveDateTime, TimeZone}
|
||||
use crate::ParseDurationError;
|
||||
|
||||
/// Formats that parse input can take.
|
||||
/// Taken from `touch` coreutil
|
||||
/// Taken from `touch` coreutils
|
||||
mod format {
|
||||
pub(crate) const ISO_8601: &str = "%Y-%m-%d";
|
||||
pub(crate) const ISO_8601_NO_SEP: &str = "%Y%m%d";
|
||||
|
||||
Reference in New Issue
Block a user