Unix timestamp

1271894400

Thu 22 Apr 2010 12:00:00 AM UTC

Coordinated Universal Time

Thu Apr 22 00:00:00 2010 UTC

In your local timezone

2010-04-22T00:00:00+00:00

ISO 8601

Thu, 22 Apr 2010 00:00:00 +0000

RFC 2822

2455309

Julian Date

8 Iyyar 5770

Hebrew Date

041

Swatch Internet Time

111

Day of the year

April

Month

30

Days in month

16

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1271894400

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

1271894400 is representing the 111 day of the year 2010 in the Gregorian calendar, having 365 days. There are 254 days left of the year and this particular timestamp falls on a Thursday, April 22 of week 16 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 First quarter phase, about 226,305 miles (or 364,203 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 238, Year of the Six Emperors: The Roman Senate outlaws emperor Maximinus Thrax for his bloodthirsty Proscriptions in Rome and nominates two of its members, Pupienus and Balbinus, to the throne. And later in 1500 portuguese navigator Pedro Álvares Cabral lands in Brazil (discovery of Brazil). More recently, in 2016 the Paris Agreement is signed, an agreement to help fight global warming.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 296 when Pope Caius passed away and in 536 when Pope Agapetus I left us. And more recently, Len Goodman, English ballroom dancer and television personality (born 1944) who died in in 2023.

April 22, or 1271894400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Reinhard III, Count of Hanau (1451-1452) (died 1452) who was born in 1412, and later in 1444 - Elizabeth of York, Duchess of Suffolk (died 1503). More recently, Violet McGraw, American actress who was born in 2011.

Conversion help

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

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

A few related timestamps to 1271894400 are:

Start of year
1262304000
End of Year
1293839999
Start of month
1270080000
End of month
1272671999
Start of day
1271894400
End fo day
1271980799
Start of hour
1271894400
End fo hour
1271897999
Start of min
1271894400
End fo min
1271894459