diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81a200779..c3e42df6d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Set Timestamp id: timestamp - run: echo "TIMESTAMP=$(date)" >> $GITHUB_ENV + run: echo "TIMESTAMP=$(TZ='Asia/Kolkata' date +"%D %T")" >> $GITHUB_ENV - name: Checkout source uses: actions/checkout@v2 with: diff --git a/do.py b/do.py index 13119ed8d..dff3be175 100644 --- a/do.py +++ b/do.py @@ -158,7 +158,7 @@ def coverage():
Hi All,
Please find the coverage results for the build execution ID : """+str(build_number)+"""
- Build started on : """+str(test_start)+"""
+ Build started on : """+str(test_start)+""" IST