Time Converter

The time converter will help you convert to and from Unix time which can be helpful if you are doing testing on a Unix system.

Time Converter

Unix Time

From Unix Time

From Unix Time Controls

This allows you to convert from Unix time to human readable time. Enter the Unix time you like to convert in the input box and press Enter or the Convert button. The converted time will be presented in your local time as well as UTC (Coordinated Universal Time).
If the Assume Milliseconds checkbox is checked the entered Unix time will assumed to be in milliseconds if it is above 99999999999 (5138-11-16 09:46:39), alternatively below -62135596800 (0001-01-01 00:00:00). If you want to convert a Unix time that is not in milliseconds and above 99999999999 you will have to uncheck the Assume Milliseconds checkbox.

Microseconds are not supported. If you want to convert a Unix time in microseconds remove the last three digits and convert it as a Unix time in milliseconds and then just add the microseconds afterwards.

To Unix Time

To Unix Time Controls

This allows you to convert from a human readable date to Unix time. Enter the time and date that you want to convert from and press Enter or the Convert button. The time will be converted to Unix time in both seconds and milliseconds. For the Unix time in seconds any milliseconds will be dropped, no rounding.
The only real option here is whether the date and time to convert from is in your local time or UTC (Coordinated Universal Time). If it is UTC just check the checkbox, otherwise leave it blank for local time.

No other timezones are supported apart from your local timezone and UTC. If you have a time in another timezone that you want to convert you will have to convert it to UTC, or your local timezone, first.