1 2 3 4 5
/// The format used by the `Date` header. pub(crate) const ISO8601: &str = "%Y%m%dT%H%M%SZ"; /// The format used by the `x-amz-date` header. pub(crate) const YYYYMMDD: &str = "%Y%m%d";