Script For Converting To/From UNIX Time
I wrote an intuitive command line script for converting UNIX time to human-readable format and vice versa.
When I need to convert UNIX time, a quick Google search will yield solutions like this:
# Works on Mac OS but not Linux
date -r 1624032013
# W...
tech.mrleong.net1 min read