This program will show the current year, month, day, hour, minute and second.
The program will also show the number of seconds elapsed since the Great Epoch, which occurred on January 1, 1970 @ time 00:00:00am, which is known as midnight.
The program was tested successfully under standards c17 and c2x, but has not been tested under standard c20, the newest available standard for the C language.
r.sh is a standard bash script file for running Simple Time.
rg.sh is a modified bash script file for running Simple Time in GDB debug mode.