We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c9047 commit b980a2fCopy full SHA for b980a2f
.jenkins/insert_last_verified.py
@@ -48,6 +48,8 @@ def get_git_log_date(file_path, git_log_args):
48
49
def get_creation_date(file_path):
50
return get_git_log_date(file_path, ["--diff-filter=A", "--format=%aD"]).strftime("%b %d, %Y")
51
+
52
53
def get_last_updated_date(file_path):
54
return get_git_log_date(file_path, ["-1", "--format=%aD"]).strftime("%b %d, %Y")
55
0 commit comments