mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 21:57:22 +00:00
fix/ci: timezone set to UTF-8
This commit is contained in:
parent
12715be976
commit
10924ba0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' > chrome.tmp.xml
|
|||
|
||||
echo '<chromechecker>' >> chrome.tmp.xml
|
||||
|
||||
DATE="$(echo $(date '+%Y-%m-%d_%H:%M:%S'))"
|
||||
DATE="$(echo $(TZ=UTC-8 date '+%Y-%m-%d_%H:%M:%S'))"
|
||||
echo '<time checktime="'$DATE'"/>' >> chrome.tmp.xml
|
||||
|
||||
echo '<stable86>' >> chrome.tmp.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue