Skip to content

Commit

Permalink
Change UTC+2 to UTC+3 (Daylight saving time)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Apr 17, 2024
1 parent b8139e8 commit 3c2d643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fi
echo
cd ${{ github.workspace }}
sed -i '/^ESET-KeyGen - Trial-Key & Account generator/ c\ESET-KeyGen - Trial-Key & Account generator for ESET Antivirus (last test was on '"$(date -u --date='2 hours' +"%d.%m.%Y at %H:%M UTC+2")"')' README.md
sed -i '/^ESET-KeyGen - Trial-Key & Account generator/ c\ESET-KeyGen - Trial-Key & Account generator for ESET Antivirus (last test was on '"$(date -u --date='3 hours' +"%d.%m.%Y at %H:%M UTC+3")"')' README.md
sudo rm -r ESET-KeyGen
git commit -m "Update test time" -a
- name: Push changes to the repo
Expand Down

0 comments on commit 3c2d643

Please sign in to comment.