Unix timestamp

1337381940

Fri 18 May 2012 10:59:00 PM UTC

Coordinated Universal Time

Fri May 18 22:59:00 2012 UTC

In your local timezone

2012-05-18T22:59:00+00:00

ISO 8601

Fri, 18 May 2012 22:59:00 +0000

RFC 2822

2456067

Julian Date

26 Iyyar 5772

Hebrew Date

999

Swatch Internet Time

138

Day of the year

May

Month

31

Days in month

20

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1337381940

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

1337381940 is representing the 138 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 228 days left of the year and this particular timestamp falls on a Friday, May 18 of week 20 at 22:59 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its New moon phase, about 251,719 miles (or 405,103 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 332, emperor Constantine the Great announces free distributions of food to the citizens in Constantinople. And later in 872 Louis II of Italy is crowned for the second time as Holy Roman Emperor at Rome, at the age of 47. His first coronation was 28 years earlier, in 844, during the reign of his father Lothair I. More recently, in 2018 Cubana de Aviación Flight 972 crashes in Santiago de las Vegas after takeoff from José Martí International Airport in Havana, Cuba, killing 112 of the 113 people on board.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 526 when Pope John I passed away and in 893 when Stephen I of Constantinople (born 867) left us. And more recently, Alice Stewart, American political commentator (born 1966) who died in in 2024.

May 18, or 1337381940, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Omar Khayyám, Persian mathematician, astronomer, and poet (died 1131) who was born in 1048, and later in 1186 - Konstantin of Rostov (died 1218). More recently, Travis Hunter, American football player who was born in 2003.

Conversion help

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

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

A few related timestamps to 1337381940 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1335830400
End of month
1338508799
Start of day
1337299200
End fo day
1337385599
Start of hour
1337378400
End fo hour
1337381999
Start of min
1337381940
End fo min
1337381999