Unix timestamp

1231718459

Mon 12 Jan 2009 12:00:59 AM UTC

Coordinated Universal Time

Mon Jan 12 00:00:59 2009 UTC

In your local timezone

2009-01-12T00:00:59+00:00

ISO 8601

Mon, 12 Jan 2009 00:00:59 +0000

RFC 2822

2454844

Julian Date

16 Tevet 5769

Hebrew Date

042

Swatch Internet Time

11

Day of the year

January

Month

31

Days in month

03

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1231718459

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

1231718459 is representing the 11 day of the year 2009 in the Gregorian calendar, having 365 days. There are 354 days left of the year and this particular timestamp falls on a Monday, January 12 of week 03 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 227,607 miles (or 366,298 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 475, byzantine Emperor Zeno is forced to flee his capital at Constantinople, and his general, Basiliscus gains control of the empire. And later in 1528 Gustav I of Sweden is crowned King of Sweden, having already reigned since his election in June 1523. More recently, in 2016 ten people are killed and 15 wounded in a bombing near the Blue Mosque in Istanbul.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 690 when Benedict Biscop, English scholar and saint, founded the Monkwearmouth-Jarrow Abbey (born 628) passed away and in 914 when Ahmad Samani, Samanid emir left us. And more recently, Claude Jarman Jr., American actor and producer (born 1934) who died in in 2025.

January 12, or 1231718459, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Henry III of Nassau-Breda (died 1538) who was born in 1483, and later in 1562 - Charles Emmanuel I, Duke of Savoy (died 1630). More recently, Mike McGlinchey, American football player who was born in 1995.

Conversion help

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

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

A few related timestamps to 1231718459 are:

Start of year
1230768000
End of Year
1262303999
Start of month
1230768000
End of month
1233446399
Start of day
1231718400
End fo day
1231804799
Start of hour
1231718400
End fo hour
1231721999
Start of min
1231718400
End fo min
1231718459