Skip to content

Commit a41d4c5

Browse files
authored
Updated libs status show datetime utc (#7082)
1 parent ccd3d4f commit a41d4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-libs-status.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Get current date
4444
id: current_date
4545
run: |
46-
now=$(date +"%Y-%m-%d %H:%M:%S")
46+
now=$(date -u +"%Y-%m-%d %H:%M:%S")
4747
echo "date=$now" >> "$GITHUB_OUTPUT"
4848
4949
- name: Write body prefix
@@ -72,7 +72,7 @@ jobs:
7272
7373
## Details
7474
75-
${{ steps.current_date.outputs.date }}
75+
${{ steps.current_date.outputs.date }} (UTC)
7676
\`\`\`shell
7777
$ python3 scripts/update_lib todo --done
7878
\`\`\`

0 commit comments

Comments
 (0)