Constant clefviewer::build::COMMIT_DATE
source · pub const COMMIT_DATE: &str = r#"2024-06-27 21:49:49 +00: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).
This constant will be empty if the last commit cannot be determined.