A simple converter tool for Unix Timestamps

Convert

Input Examples

  • January 1, 2015 @ 12:30 am
  • January 1 2015 0:30
  • Jan 1, 15 0:30
  • 1/1/15 0:30
  • 1420072200

Current Unix Timestamp


Current Local Time


Current UTC Time

What is a Unix Timestamp?

unix timestamp conversion for computers

Computers Emerge

As computers became useful utilities, a need to track time was necessary. Computers interacting with one another needed a way to share a time reference to one another and databases.


time stamp converter for unix

Efficient Time Tracking

Conventional dates (i.e. "December 25, 1985 - 3:45pm") contain various characters that need to be converted to a useful format each time they are used. By storing timestamps as an integer (i.e. "504373500") it is much easier for a computer to store and work for comparison using basic math.


unix epoch is january 1, 1970

January 1, 1970 - 12:00am UTC

The Unix Epoch is the starting point created as a universal reference. All Unix Timestamps (sometimes also referred to as Unix time or POSIX time) are an integer that simply represent the number of seconds since that time (currently seconds since the Unix Epoch).

Learn more at Wikipedia
Created with   by Moondust Studios