pub const COMMIT_DATE: &str = r#"2026-01-17 16:00:37 +01: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.