Constant gix_date::time::format::GIT_RFC2822
source ยท pub const GIT_RFC2822: &[FormatItem<'_>];
Expand description
E.g. Thu, 8 Aug 2022 12:45:06 +0800
. This is output by git log --pretty=%aD
.
pub const GIT_RFC2822: &[FormatItem<'_>];
E.g. Thu, 8 Aug 2022 12:45:06 +0800
. This is output by git log --pretty=%aD
.