In Linux or database, many time is display in epoch format, and human might not understand what is the exact time for it. However, you may easily convert them through Linux command.
To convert from digital to epoch format,
# date +%s
To convert from epoch to digital format,
# date [email protected]