This commit is contained in:
Ben Schofield
2023-06-05 08:00:07 -07:00
parent c177117428
commit 8d797fcbcb
+1 -1
View File
@@ -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";