Unix Timestamp Conversion Tools

Online Timestamp Converter


The current time is

Unix timestamps in seconds, milliseconds, microseconds and nanoseconds

Convert timestamp to date
UTC(GMT) :

Your time zone :


Online Timestamp Converter straight away provides the valuable date-time digits, and the globle time-zone at the point of a finger.You acn get real time date & time in your time-zone in single click.


Unix timestamp is about to hit 1.6 billion this sunday and the microwave in your kitchen is about to die hey goddamn mayhew here and on january 19 2038.If you're from india you're gonna just have a regular morning you're gonna wake up grab a cup of coffee maybe go to the kitchen and start your microwave to warm your food except the fact that your microwave might just blow in your face similarly for your car from the phone which you love from the 90s.

All other electrical appliances around you why your next time stamp unix time stamp is a way how computers manage time as humans one of the worst architectural decisions which we have taken is calendars time is notoriously hard to manage both on computers and in day-to-day life and based on calendars leap years extra time added daylight saving all these things make it extremely hard for computers to manage dates effectively so we came up with a simple solution we're gonna say hey let's pick the state up let's set it to zero we chose our zero time to be utc 000 january 1st 1970. that means you next time stamp when it starts from zero it's actually saying that hey i'm on this particular thing the time it uses it's denoted in seconds that is one second means one increment to the unix timestamp computers store information in bits that means one classical bit means either a zero or a one in a lot of older computers they used 32 bits to represent the unix timestamp 32 bits means 32 placeholders for the unix timestamp to increment and give a new value.

If you run a little math you can see that 32 placeholders means that the maximum time maximum variation you can get is 2 raised to the power 32 seconds so unix timestamp can give you 2 raised to the power 32 different timestamp but hold on out of these 32 bits the first most bit which is the most significant bit is used to represent if the number is positive or negative if the number is positive it's a zero if it's a negative it's a one now technically time could not be negative but if you think about it if you want to go before 1970 you can set the most significant bit to one and whatever the other number represents that is the whole 32-bit number.It's the time of the past so it's sort of convenient to keep it like this in case if you want to have time before 1970.

Unfortunately two rested power 32 is not a very large number let's just go ahead and add 2 raised to the power 32 seconds to january first 0 0 0 1970 when we do that you're going to realize that we arrive at 19th january 2038 3 in the midnight with 14 minutes and 7 seconds utc timestamp on that particular time we have actually run out of placeholders that means every single digit is gonna be one in that particular placeholder which is representing its maximum value that is 2 raised to the power 32 minus 1 and it has exhausted all possible values so you might think when you hit that time the time restarts itself you start again from 1970.

Unfortunately things go worse what's gonna happen is that because you're using a signed placeholder for unix timestamp you actually and accidentally overwrite the signed bit that means now you're running in negative time and what does negative utc timestamp mean the dates beyond 1970. so your appliance is suddenly gonna go from 2038 to 1901 in an instant and forget about your microwave it's actually worse for cars it's even worse for airplanes and any other time sensitive equipment which is using an older cpu but don't worry we have 18 years to find and fix these equipments on a side note the new computers which ship right now come with 64-bit unix timestamp that does not really mean we got double the time but actually 2 raised to the power 32 times more time so there's nothing to worry about if you got a new mac a new iphone but if you got that old phone from the 90s maybe you can just enjoy it till 20 30.