COMMIT_DATE_2822

Constant COMMIT_DATE_2822 

Source
pub const COMMIT_DATE_2822: &str = r#"Mon, 29 Dec 2025 22:24:56 +0800"#;
Expand description

The time of the Git commit that this project was built from. The time is formatted according to RFC 2822 (e.g. HTTP Headers). The timezone information from the original commit is preserved.

This constant will be empty if the last commit cannot be determined.