Unix timestamp

1246590001

Fri 03 Jul 2009 03:00:01 AM UTC

Coordinated Universal Time

Fri Jul 3 03:00:01 2009 UTC

In your local timezone

2009-07-03T03:00:01+00:00

ISO 8601

Fri, 03 Jul 2009 03:00:01 +0000

RFC 2822

2455016

Julian Date

11 Tammuz 5769

Hebrew Date

166

Swatch Internet Time

183

Day of the year

July

Month

31

Days in month

27

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1246590001

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

1246590001 is representing the 183 day of the year 2009 in the Gregorian calendar, having 365 days. There are 182 days left of the year and this particular timestamp falls on a Friday, July 03 of week 27 at 03:00 UTC in the monrning meaning that about 13% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 245,877 miles (or 395,701 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 324, battle of Adrianople: Constantine I defeats Licinius, who flees to Byzantium. And later in 987 Hugh Capet is crowned King of France, the first of the Capetian dynasty that would rule France until the French Revolution in 1792. More recently, in 1944 world War II: The Minsk Offensive clears German troops from the city.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 458 when Anatolius of Constantinople, Byzantine patriarch and saint (born 449) passed away and in 710 when Emperor Zhongzong of Tang (born 656) left us. And more recently, Lolit Solis, Filipino talent manager, columnist and talk show host (born 1947) who died in in 2025.

July 3, or 1246590001, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Valentinian I, Roman emperor (died 375) who was born in 321, and later in 1423 - Louis XI, King of France (died 1483). More recently, T. J. Hockenson, American football player who was born in 1997.

Conversion help

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

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

A few related timestamps to 1246590001 are:

Start of year
1230768000
End of Year
1262303999
Start of month
1246406400
End of month
1249084799
Start of day
1246579200
End fo day
1246665599
Start of hour
1246590000
End fo hour
1246593599
Start of min
1246590000
End fo min
1246590059