Skip to content

Commit ad380f8

Browse files
Correct timezone type: It's Asia/Tokyo, not Tokyo/Asia
https://timezonedb.com/time-zones/Asia/Tokyo
1 parent 2168fdb commit ad380f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
date +"mon=%-m"%n"day=%-d" >> $GITHUB_OUTPUT
7272
env:
73-
TZ: Tokyo/Asia
73+
TZ: Asia/Tokyo
7474

7575
- id: deprecation
7676
run: |

0 commit comments

Comments
 (0)