Unix timestamp

1308358799

Sat 18 Jun 2011 12:59:59 AM UTC

Coordinated Universal Time

Sat Jun 18 00:59:59 2011 UTC

In your local timezone

2011-06-18T00:59:59+00:00

ISO 8601

Sat, 18 Jun 2011 00:59:59 +0000

RFC 2822

2455731

Julian Date

16 Sivan 5771

Hebrew Date

083

Swatch Internet Time

168

Day of the year

June

Month

30

Days in month

24

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1308358799

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

1308358799 is representing the 168 day of the year 2011 in the Gregorian calendar, having 365 days. There are 197 days left of the year and this particular timestamp falls on a Saturday, June 18 of week 24 at 00:59 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 241,355 miles (or 388,424 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 618, li Yuan becomes Emperor Gaozu of Tang, initiating three centuries of Tang dynasty rule over China. And later in 656 Ali becomes CAliph of the Rashidun CAliphate. More recently, in 2009 the Lunar Reconnaissance Orbiter (LRO), a NASA robotic spacecraft is launched.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 741 when Leo III the Isaurian, Byzantine emperor (born 685) passed away and in 908 when Zhang Hao, general of Yang Wu left us. And more recently, Willie Mays, American baseball player (born 1931) who died in in 2024.

June 18, or 1308358799, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Eleanor of England, Countess of Bar (died 1298) who was born in 1269, and later in 1318 - Eleanor of Woodstock (died 1355). More recently, Trippie Redd, American rapper who was born in 1999.

Conversion help

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

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

A few related timestamps to 1308358799 are:

Start of year
1293840000
End of Year
1325375999
Start of month
1306886400
End of month
1309478399
Start of day
1308355200
End fo day
1308441599
Start of hour
1308355200
End fo hour
1308358799
Start of min
1308358740
End fo min
1308358799