Unix timestamp

1078099199

Sun 29 Feb 2004 11:59:59 PM UTC

Coordinated Universal Time

Sun Feb 29 23:59:59 2004 UTC

In your local timezone

2004-02-29T23:59:59+00:00

ISO 8601

Sun, 29 Feb 2004 23:59:59 +0000

RFC 2822

2453066

Julian Date

7 Adar 5764

Hebrew Date

041

Swatch Internet Time

59

Day of the year

February

Month

29

Days in month

09

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1078099199

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

1078099199 is representing the 59 day of the year 2004 in the Gregorian calendar which was a leap year having 366 days. There are 307 days left of the year and this particular timestamp falls on a Sunday, February 29 of week 09 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 251,242 miles (or 404,335 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 888, odo, Count of Paris, is crowned king of West Francia (France) by Archbishop Walter of Sens at Compiègne. And later in 1504 Christopher Columbus uses his knowledge of a lunar eclipse that night to convince Jamaican natives to provide him with supplies. More recently, in 1796 the Jay Treaty between the United States and Great Britain comes into force, facilitating ten years of peaceful trade between the two nations.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 468 when Pope Hilarius passed away and in 992 when Oswald of Worcester, Anglo-Saxon archbishop and saint (born in 925) left us. And more recently, Brian Mulroney, 18th Prime Minister of Canada (born in 1939) who died in in 2024.

February 29, or 1078099199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Pope Paul III (died in 1549) who was born in 1468, and later in 1572 - Edward Cecil, 1st Viscount Wimbledon (died in 1638). More recently, Hannah Mills, Welsh sports sailor who was born in 1988.

Conversion help

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

PHP
date('Y-m-d H:i:s', 1078099199);
MySQL
select from_unixtime(1078099199);
JavaScript
new Date(1078099199*1000).toString();
C++
time_t epch = 1078099199;
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(1078099199));
Java
new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").format(new Date(1078099199 * 1000L))
Ruby
require 'date'
DateTime.strptime("1078099199",'%s')
Binary
10000000 10000100 11111001 1111111
Hexadecimal
40427cff

A few related timestamps to 1078099199 are:

Start of year
1072915200
End of Year
1104537599
Start of month
1075593600
End of month
1078099199
Start of day
1078012800
End fo day
1078099199
Start of hour
1078095600
End fo hour
1078099199
Start of min
1078099140
End fo min
1078099199