Reply to Message

Patch for using the OS X builtin /bin/date command
Here's a "patch" for using the builtin OSX /bin/date command instead of GNU date from macports/fink

Change expiretime and currenttime so they look like this.

expiretime=$(date -j -f "%D %T" "$(echo ${kexpire})" +%s)
currenttime=$(date +%s)
Posted by ArnarGunnarsson
15th Feb 2011