server

Clone or download

update timezone with typo fix

Modified Files

--- 'a/.github/workflows/init.yml'
+++ b/.github/workflows/init.yml
@@ -48,8 +48,8 @@ jobs:
- name: Saving build-date
run: |
cd src/main/resources/com/stream_pi/server
- echo $(date +'%d-%m-%Y %H:%M:%S "%Z"') > build-date
- echo $(date +'%d-%m-%Y %H:%M:%S "%Z"')
+ echo $(date +'%d-%m-%Y %H:%M:%S %Z') > build-date
+ echo $(date +'%d-%m-%Y %H:%M:%S %Z')
ls
cat build-date
- name: Build Jars