This is a java swing GUI that show unix time.
https://en.wikipedia.org/wiki/Unix_time
Usage: java -jar UnixTime.jar
Source code available on GitHub: https://github.com/davidesestiliwork/UnixTime
See also UnixTimeCalc a unix time calculator (from UnixTime to date and time) on: https://github.com/davidesestiliwork/UnixTimeCalc
Usage: java -jar UnixTimeCalc.jar
See also UnixTimeCalc2 a unix time calculator (from date and time to UnixTime) on: https://github.com/davidesestiliwork...