Skip to content

Commit

Permalink
Use GNU date
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Feb 19, 2024
1 parent 40d56e7 commit e012b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kv-secret-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e

TZ=Europe/London
TODAY=$(gdate -Idate)
DATE_90=$(gdate --date="90 days ago" +"%Y-%m-%d")
TODAY=$(date -Idate)
DATE_90=$(date --date="90 days ago" +"%Y-%m-%d")
SILENT=0

NOTIFY=1
Expand Down

0 comments on commit e012b51

Please sign in to comment.