Skip to content

Commit

Permalink
Switch to using gdate for unix compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Feb 19, 2024
1 parent 9186124 commit 40d56e7
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=$(date -Idate)
DATE_90=$(date -Iseconds -v+90d)
TODAY=$(gdate -Idate)
DATE_90=$(gdate --date="90 days ago" +"%Y-%m-%d")
SILENT=0

NOTIFY=1
Expand Down

0 comments on commit 40d56e7

Please sign in to comment.