zcorky / zmicro

Zero's Service Manager
MIT License
12 stars 1 forks source link

update on MacOS M1 use date usage error #21

Closed whatwewant closed 3 years ago

whatwewant commented 3 years ago

image

whatwewant commented 3 years ago

fix: with date -jf "$text" +%S

macos date is unix date, not gun date

https://stackoverflow.com/questions/55158819/convert-string-to-a-bash-date-on-osx-and-check-if-older-than-90-days/55161564