From: Debayan Sutradhar Date: Sat, 19 Jun 2021 12:46:31 +0530 Subject: update timezone with typo fix --- update timezone with typo fix --- --- '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