Unix timestamp

1964217599

Mon 29 Mar 2032 11:59:59 PM UTC

Coordinated Universal Time

Mon Mar 29 23:59:59 2032 UTC

In your local timezone

2032-03-29T23:59:59+00:00

ISO 8601

Mon, 29 Mar 2032 23:59:59 +0000

RFC 2822

2463322

Julian Date

17 Nisan 5792

Hebrew Date

041

Swatch Internet Time

88

Day of the year

March

Month

31

Days in month

14

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1964217599

Converting Unix timestamp 1964217599 using our Time Converter gives us the following information:

1964217599 is representing the 88 day of the year 2032 in the Gregorian calendar which will be a leap year having 366 days. There are 278 days left of the year and this particular timestamp falls on a Monday, March 29 of week 14 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon will be in its Waning Gibbous phase, about 238,516 miles (or 383,855 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 845, Paris is sacked by Viking raiders, probably under Ragnar Lodbrok, who collects a huge ransom in exchange for leaving. And later in 1430 the Ottoman Empire under Murad II captures Thessalonica from the Republic of Venice. More recently, in 2010 two suicide bombers hit the Moscow Metro system at the peak of the morning rush hour, killing 40.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 57 when Emperor Guangwu of Han (born in 5 BC) passed away and in 87 BC when Emperor Wu of Han of China (born in 157 BC) left us. And more recently, Richard Chamberlain, American actor (born 1934) who died in in 2025.

March 29, or 1964217599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Sokkate, king of the Pagan dynasty of Burma (died in 1044) who was born in 1001, and later in 1187 - Arthur I, Duke of Brittany, grandson of King Henry II of England (died 1203). More recently, Thorgan Hazard, Belgian footballer who was born in 1993.

Conversion help

For your conveniance, we have listed the conversion syntaxes for 1964217599 timestamp to serveral of the most popular programming lanugages below.

PHP
date('Y-m-d H:i:s', 1964217599);
MySQL
select from_unixtime(1964217599);
JavaScript
new Date(1964217599*1000).toString();
C++
time_t epch = 1964217599;
printf("%i -> %s", epch, asctime(gmtime(&epch))); (time.h);
C#
String.Format("{0:d/M/yyyy HH:mm:ss}", new System.DateTime(1970, 1, 1, 0, 0, 0, 0).AddSeconds(1964217599));
Java
new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").format(new Date(1964217599 * 1000L))
Ruby
require 'date'
DateTime.strptime("1964217599",'%s')
Binary
11101010 00100111 00101001 1111111
Hexadecimal
751394ff

A few related timestamps to 1964217599 are:

Start of year
1956528000
End of Year
1988150399
Start of month
1961712000
End of month
1964390399
Start of day
1964131200
End fo day
1964217599
Start of hour
1964214000
End fo hour
1964217599
Start of min
1964217540
End fo min
1964217599