Unix timestamp

1210914059

Fri 16 May 2008 05:00:59 AM UTC

Coordinated Universal Time

Fri May 16 05:00:59 2008 UTC

In your local timezone

2008-05-16T05:00:59+00:00

ISO 8601

Fri, 16 May 2008 05:00:59 +0000

RFC 2822

2454603

Julian Date

11 Iyyar 5768

Hebrew Date

250

Swatch Internet Time

136

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

1210914059

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

1210914059 is representing the 136 day of the year 2008 in the Gregorian calendar which was a leap year having 366 days. There are 230 days left of the year and this particular timestamp falls on a Friday, May 16 of week 20 at 05:00 UTC in the monrning meaning that about 21% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 246,752 miles (or 397,108 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 0946, Emperor Suzaku abdicates the throne in favor of his brother Murakami who becomes the 62nd emperor of Japan. And later in 946 Emperor Suzaku abdicates the throne in favor of his brother Murakami who becomes the 62nd emperor of Japan. More recently, in 1945 beginning of the Levant Crisis between Britain and France in Syria. The latter try to quell nationalist protests but backs down after threat of military action by the British.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 290 when Emperor Wu of Jin, Chinese emperor (born 236) passed away and in 0290 when Emperor Wu of Jin, Chinese emperor (born in 236) left us. And more recently, Domingos Maubere, East Timorese Catholic priest and activist (born 1952) who died in in 2025.

May 16, or 1210914059, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including John II of Cyprus, King of Cyprus and Armenia and also titular King of Jerusalem from 1432 to 1458 (probable; (died 1458) who was born in 1418, and later in 1455 - Wolfgang I of Oettingen, German count (died 1522). More recently, Luis Garcia, Dominican-American baseball player who was born in 2000.

Conversion help

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

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

A few related timestamps to 1210914059 are:

Start of year
1199145600
End of Year
1230767999
Start of month
1209600000
End of month
1212278399
Start of day
1210896000
End fo day
1210982399
Start of hour
1210914000
End fo hour
1210917599
Start of min
1210914000
End fo min
1210914059