Replace this:I've got the script "working" put all it outputs is "-2179". Any ideas?
THEN=`date -v11y -v25d -v12m +%s`
THEN=`date -v25d -v12m +%s`
Changing it to 17 works for this year. Then you have to change it to 18 in 2018. And so on.Thanks! I figured it out. Problem was the year code was set to 2011. I changed it to '17 and now it's working just fine.