Unix timestamp

1428278342

Sun 05 Apr 2015 11:59:02 PM UTC

Coordinated Universal Time

Sun Apr 5 23:59:02 2015 UTC

In your local timezone

2015-04-05T23:59:02+00:00

ISO 8601

Sun, 05 Apr 2015 23:59:02 +0000

RFC 2822

2457119

Julian Date

16 Nisan 5775

Hebrew Date

040

Swatch Internet Time

94

Day of the year

April

Month

30

Days in month

14

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1428278342

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

1428278342 is representing the 94 day of the year 2015 in the Gregorian calendar, having 365 days. There are 271 days left of the year and this particular timestamp falls on a Sunday, April 05 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 was in its Full moon phase, about 247,329 miles (or 398,038 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 823, Lothair I is crowned King of Italy by Pope Paschal I. And later in 919 the second Fatimid invasion of Egypt begins, when the Fatimid heir-apparent, al-Qa'im bi-Amr Allah, sets out from Raqqada at the head of his army. More recently, in 1818 in the Battle of Maipú, Chile's independence movement, led by Bernardo O'Higgins and José de San Martín, win a decisive victory over Spain, leaving 2,000 Spaniards and 1,000 Chilean patriots dead.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 517 when Timothy I of Constantinople, Byzantine patriarch passed away and in 582 when Eutychius of Constantinople, Byzantine patriarch left us. And more recently, C. J. Snare, American musician and songwriter (born 1959) who died in in 2024.

April 5, or 1428278342, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Isabella of Hainault (died 1190) who was born in 1170, and later in 1219 - Wonjong of Goryeo, 24th ruler of Goryeo (died 1274). More recently, Género Zeefuik, Dutch footballer who was born in 1990.

Conversion help

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

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

A few related timestamps to 1428278342 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1427846400
End of month
1430438399
Start of day
1428192000
End fo day
1428278399
Start of hour
1428274800
End fo hour
1428278399
Start of min
1428278340
End fo min
1428278399