Unix timestamp

1231891139

Tue 13 Jan 2009 11:58:59 PM UTC

Coordinated Universal Time

Tue Jan 13 23:58:59 2009 UTC

In your local timezone

2009-01-13T23:58:59+00:00

ISO 8601

Tue, 13 Jan 2009 23:58:59 +0000

RFC 2822

2454846

Julian Date

17 Tevet 5769

Hebrew Date

040

Swatch Internet Time

12

Day of the year

January

Month

31

Days in month

03

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1231891139

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

1231891139 is representing the 12 day of the year 2009 in the Gregorian calendar, having 365 days. There are 353 days left of the year and this particular timestamp falls on a Tuesday, January 13 of week 03 at 23:58 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 232,018 miles (or 373,396 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 27 BC, octavian transfers the state to the free disposal of the Roman Senate and the people. He receives Spain, Gaul, and Syria as his province for ten years. And later in 532 the Nika riots break out, during the racing season at the Hippodrome in Constantinople, as a result of discontent with the rule of the Emperor Justinian I. More recently, in 2021 outgoing U.S. President Donald Trump is impeached for a second time on a charge of incitement of insurrection following the January 6 United States Capitol attack one week prior.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 86 BC when Gaius Marius, Roman general and politician (born 157 BC) passed away and in 533 when Remigius, French bishop and saint (born 437) left us. And more recently, Oliviero Toscani, Italian photographer (born 1942) who died in in 2025.

January 13, or 1231891139, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Guangwu of Han, Chinese emperor (died 57) who was born in 5 BC, and later in 101 - Lucius Aelius, Roman adopted son of Hadrian (died 138). More recently, Harley Smith-Shields, Australian rugby league player who was born in 2000.

Conversion help

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

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

A few related timestamps to 1231891139 are:

Start of year
1230768000
End of Year
1262303999
Start of month
1230768000
End of month
1233446399
Start of day
1231804800
End fo day
1231891199
Start of hour
1231887600
End fo hour
1231891199
Start of min
1231891080
End fo min
1231891139