Skip to content

brunolee-GIT/Unix-Timestamp-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Unix Timestamp Converter

 

What Unix Timestamp Converter does:

Converts date from your timezone to unix timestamp.
Converts unix timestamp to your timezone date.
Show the diference from your date and the date converted, can show in seconds, minutes, hours, days, weeks, months, or years.

What is Unix Time?

"Unix Time is a date and time representation widely used in computing.
It measures time by the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970, the Unix epoch, without adjustments made due to leap seconds.
The Unix time 0 is exactly midnight UTC on 1 January 1970, with Unix time incrementing by 1 for every non-leap second after this.
For example, 00:00:00 UTC on 1 January 1971 is represented in Unix time as 31536000."