MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_git_time

Function get_git_time

crates/vm/src/version.rs:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118pub fn get_git_time() -> String {
119 let datetime = get_git_timestamp_datetime();
120
121 datetime.format("%H:%M:%S").to_string()
122}
123
124pub fn get_git_datetime() -> String {
125 let date = get_git_date();

Callers 1

get_git_datetimeFunction · 0.85

Calls 3

to_stringMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected