Skip to content

Commit b99aeb2

Browse files
committed
test changelog hook
1 parent 0d78270 commit b99aeb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.githooks/fill-changelog-metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
return
4040

4141
modified = False
42-
today = datetime.now().strftime('%Y-%m-%d %H:%M')
42+
today = datetime.utcnow().strftime('%Y-%m-%d %H:%M UTC')
4343
author = get_git_username()
4444

4545
for entry in changelog['changelog']:

perf-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
- config-key: dsr1-fp8-h200-trt
33
description: Test change abc
4-
date: 2025-12-02 16:17
4+
date: 2025-12-02 22:18 UTC
55
author: Cam Quilici

0 commit comments

Comments
 (0)