Online Unix Timestamp Converter | Convert Timestamp to Date and Time
Timestamp Conversion
Current Unix timestamp (seconds)
TimeStamp
What is a Unix Timestamp?
A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since January 1, 1970 (UTC). It's a way to track time as a running total of seconds, making it easier for computers to process and compare dates.
Human-readable time | second(s) |
---|---|
1 hour | 3600 |
1 day | 86400 |
1 week | 604800 |
1 month (30.44 days) | 2629743 |
1 year (365.24 days) | 31556926 |
What happens on January 19, 2038?
On January 19, 2038, at 03:14:07 UTC, 32-bit systems will experience an integer overflow in Unix time representation, known as the Year 2038 problem. After this point, these systems will be unable to encode times correctly unless they've been updated to use a wider timestamp format.
TimeStamp.Intro2
Language | Code |
---|---|
JavaScript |
|
Python |
|
Ruby |
|
Go |
|
Java(pure) |
|
Java(joda) |
|
Java >= 8 |
|
Swift |
|
C |
|
Objective-C |
|
MySQL |
|
SQLite |
|
PHP |
|
Erlang |
|
Shell |
|
Groovy |
|
Lua |
|
.NET/C# |
|
Dart |
|