Constant jumpy::ui::main_menu::build_info::COMMIT_DATE
source · pub const COMMIT_DATE: &str = r#"2024-12-05 20:37:38 +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.