Unix timestamp

1408802401

Sat 23 Aug 2014 02:00:01 PM UTC

Coordinated Universal Time

Sat Aug 23 14:00:01 2014 UTC

In your local timezone

2014-08-23T14:00:01+00:00

ISO 8601

Sat, 23 Aug 2014 14:00:01 +0000

RFC 2822

2456893

Julian Date

27 Av 5774

Hebrew Date

625

Swatch Internet Time

234

Day of the year

August

Month

31

Days in month

34

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1408802401

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

1408802401 is representing the 234 day of the year 2014 in the Gregorian calendar, having 365 days. There are 131 days left of the year and this particular timestamp falls on a Saturday, August 23 of week 34 at 14:00 UTC in the afternoon meaning that about 58% of the day has passed. At this specifc time, the moon was in its New moon phase, about 251,747 miles (or 405,147 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 20 BC, Ludi Volcanalici are held within the temple precinct of Vulcan, and used by Augustus to mark the treaty with Parthia and the return of the legionary standards that had been lost at the Battle of Carrhae in 53 BC.[citation needed] And later in 79 Mount Vesuvius begins stirring, on the feast day of Vulcan, the Roman god of fire. More recently, in 2011 libyan leader Muammar Gaddafi is overthrown after the National Transitional Council forces take control of Bab al-Azizia compound during the Libyan Civil War.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 30 BC when Caesarion, Egyptian king (born 47 BC) passed away and in 30 when Marcus Antonius Antyllus, Roman soldier (born 47 BC) left us. And more recently, Terry Funk, American professional wrestler (born 1944) who died in in 2023.

August 23, or 1408802401, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Cho Kwangjo, Korean philosopher (died 1520) who was born in 1482, and later in 1486 - Sigismund von Herberstein, Slovenian historian and diplomat (died 1566). More recently, P. J. Washington, American basketball player who was born in 1998.

Conversion help

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

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

A few related timestamps to 1408802401 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1406851200
End of month
1409529599
Start of day
1408752000
End fo day
1408838399
Start of hour
1408802400
End fo hour
1408805999
Start of min
1408802400
End fo min
1408802459