macOS Unix time to Date String
I was working with an API today and received an authentication key, which prompted me to want to know how long it was good for. The returned expiration time was in Unix time1. I knew I could convert the Unix time format into a readable format using the date command from the macOS terminal. The... » read more