You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is BuildBuilder::build_timestamp in the base crate and GitclBuilder::commit_timestamp in the git crates which emits in the form <YYYY-MM-DDThh:mm:ssZ>, but I need these as a bare Unix UTC timestamps. Can this be added?
Currently there is
BuildBuilder::build_timestampin the base crate andGitclBuilder::commit_timestampin the git crates which emits in the form<YYYY-MM-DDThh:mm:ssZ>, but I need these as a bare Unix UTC timestamps. Can this be added?