pub const COMMIT_DATE: &str = r#"2025-12-29 22:24:56 +08:00"#;Expand description
The time of the Git commit that this project was built from.
The time is formatted in modified ISO 8601 format (YYYY-MM-DD HH-MM ±hh-mm where hh-mm is the offset from UTC).
The timezone information from the original commit is preserved.
This constant will be empty if the last commit cannot be determined.