Unix timestamp

1401148799

Mon 26 May 2014 11:59:59 PM UTC

Coordinated Universal Time

Mon May 26 23:59:59 2014 UTC

In your local timezone

2014-05-26T23:59:59+00:00

ISO 8601

Mon, 26 May 2014 23:59:59 +0000

RFC 2822

2456805

Julian Date

26 Iyyar 5774

Hebrew Date

041

Swatch Internet Time

145

Day of the year

May

Month

31

Days in month

22

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1401148799

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

1401148799 is representing the 145 day of the year 2014 in the Gregorian calendar, having 365 days. There are 220 days left of the year and this particular timestamp falls on a Monday, May 26 of week 22 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 New moon phase, about 239,385 miles (or 385,253 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 17, Germanicus celebrates a triumph in Rome for his victories over the Cherusci, Chatti, and other German tribes west of the Elbe. And later in 451 Battle of Avarayr between Armenian rebels and the Sasanian Empire takes place. The Sasanids defeat the Armenians militarily but guarantee them freedom to openly practice Christianity. More recently, in 2025 65 people are injured when a car rams into a crowd on Water Street, near Liverpool F.C.'s Premier League trophy parade.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 604 when Augustine of Canterbury, Benedictine monk and archbishop passed away and in 735 when Bede, English monk, historian, and theologian left us. And more recently, Alan White, English drummer (born 1949) who died in in 2022.

May 26, or 1401148799, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Koreyasu, Japanese prince and shōgun (died 1326) who was born in 1264, and later in 1478 - Clement VII, pope of the Catholic Church (died 1534). More recently, Yeji, South Korean singer who was born in 2000.

Conversion help

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

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

A few related timestamps to 1401148799 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1398902400
End of month
1401580799
Start of day
1401062400
End fo day
1401148799
Start of hour
1401145200
End fo hour
1401148799
Start of min
1401148740
End fo min
1401148799