From: Debayan Sutradhar Date: Sat, 19 Jun 2021 12:18:13 +0530 Subject: update timezone --- update timezone --- --- 'a/.github/workflows/init.yml' +++ b/.github/workflows/init.yml @@ -47,7 +47,8 @@ jobs: timezoneLinux: "Asia/Kolkata" - name: Saving build-date run: | - echo $(date) > src/main/resources/com/stream_pi/server/build-date + echo $(date +'%d-%m-%Y %H:%M:%S') > src/main/resources/com/stream_pi/server/build-date + echo $(date +'%d-%m-%Y %H:%M:%S') - name: Build Jars run: | mvn -X package