Searched refs:commit_date_string (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/kernel/manual/tools/
H A Dgen_env.py23 commit_date_string = p.communicate()[0] variable
26 if isinstance(commit_date_string, bytes):
27 commit_date_string = commit_date_string.decode("utf-8") variable
29 commit_date = datetime.datetime.strptime(commit_date_string.split()[0], "%Y-%m-%d")

Completed in 27 milliseconds