We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d78270 commit b99aeb2Copy full SHA for b99aeb2
2 files changed
.githooks/fill-changelog-metadata.py
@@ -39,7 +39,7 @@ def main():
39
return
40
41
modified = False
42
- today = datetime.now().strftime('%Y-%m-%d %H:%M')
+ today = datetime.utcnow().strftime('%Y-%m-%d %H:%M UTC')
43
author = get_git_username()
44
45
for entry in changelog['changelog']:
perf-changelog.yaml
@@ -1,5 +1,5 @@
1
changelog:
2
- config-key: dsr1-fp8-h200-trt
3
description: Test change abc
4
- date: 2025-12-02 16:17
+ date: 2025-12-02 22:18 UTC
5
author: Cam Quilici
0 commit comments