Unix timestamp

1078099259

Mon 01 Mar 2004 12:00:59 AM UTC

Coordinated Universal Time

Mon Mar 1 00:00:59 2004 UTC

In your local timezone

2004-03-01T00:00:59+00:00

ISO 8601

Mon, 01 Mar 2004 00:00:59 +0000

RFC 2822

2453066

Julian Date

8 Adar 5764

Hebrew Date

042

Swatch Internet Time

60

Day of the year

March

Month

31

Days in month

10

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1078099259

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

1078099259 is representing the 60 day of the year 2004 in the Gregorian calendar which was a leap year having 366 days. There are 306 days left of the year and this particular timestamp falls on a Monday, March 01 of week 10 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 251,242 miles (or 404,334 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 293, emperor Diocletian and Maximian appoint Constantius Chlorus and Galerius as Caesars. This is considered the beginning of the Tetrarchy, known as the Quattuor Principes Mundi ("Four Rulers of the World"). And later in 350 Vetranio proclaims himself Caesar after being encouraged to do so by Constantina, sister of Constantius II. More recently, in 2008 the Armenian police clash with peaceful opposition rally protesting against allegedly fraudulent presidential elections, as a result ten people are killed.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 492 when Felix III, pope of the Catholic Church passed away and in 589 when David, Welsh bishop and saint left us. And more recently, Angie Stone, American singer, songwriter, and actress (born in 1961) who died in in 2025.

March 1, or 1078099259, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Alfonso VII, king of León and Castile (died in 1157) who was born in 1105, and later in 1389 - Antoninus of Florence, Italian archbishop and saint (died in 1459). More recently, Sapnap, American YouTuber who was born in 2001.

Conversion help

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

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

A few related timestamps to 1078099259 are:

Start of year
1072915200
End of Year
1104537599
Start of month
1078099200
End of month
1080777599
Start of day
1078099200
End fo day
1078185599
Start of hour
1078099200
End fo hour
1078102799
Start of min
1078099200
End fo min
1078099259