Unix timestamp

1428105542

Fri 03 Apr 2015 11:59:02 PM UTC

Coordinated Universal Time

Fri Apr 3 23:59:02 2015 UTC

In your local timezone

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

ISO 8601

Fri, 03 Apr 2015 23:59:02 +0000

RFC 2822

2457117

Julian Date

14 Nisan 5775

Hebrew Date

040

Swatch Internet Time

92

Day of the year

April

Month

30

Days in month

14

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1428105542

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

1428105542 is representing the 92 day of the year 2015 in the Gregorian calendar, having 365 days. There are 273 days left of the year and this particular timestamp falls on a Friday, April 03 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 250,723 miles (or 403,499 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 686, maya king Yuknoom Yich'aak K'ahk' assumes the crown of Calakmul. And later in 1043 Edward the Confessor is crowned King of England. More recently, in 2018 YouTube headquarters shooting: A 38-year-old gunwoman opens fire at YouTube Headquarters in San Bruno, California, injuring three people before committing suicide.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 33 when Jesus of Nazareth passed away and in 963 when William III, Duke of Aquitaine (born 915) left us. And more recently, Mick O'Dwyer, Irish Gaelic footballer and manager (born 1936) who died in in 2025.

April 3, or 1428105542, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Xing Zong, Chinese emperor (died 1055) who was born in 1016, and later in 1151 - Igor Svyatoslavich, Kievan Rus' prince (died 1202). More recently, Yuliya Yefimova, Russian swimmer who was born in 1992.

Conversion help

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

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

A few related timestamps to 1428105542 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1427846400
End of month
1430438399
Start of day
1428019200
End fo day
1428105599
Start of hour
1428102000
End fo hour
1428105599
Start of min
1428105540
End fo min
1428105599