Unix timestamp

1367024466

Sat 27 Apr 2013 01:01:06 AM UTC

Coordinated Universal Time

Sat Apr 27 01:01:06 2013 UTC

In your local timezone

2013-04-27T01:01:06+00:00

ISO 8601

Sat, 27 Apr 2013 01:01:06 +0000

RFC 2822

2456410

Julian Date

17 Iyyar 5773

Hebrew Date

084

Swatch Internet Time

116

Day of the year

April

Month

30

Days in month

17

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1367024466

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

1367024466 is representing the 116 day of the year 2013 in the Gregorian calendar, having 365 days. There are 249 days left of the year and this particular timestamp falls on a Saturday, April 27 of week 17 at 01:01 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 227,568 miles (or 366,235 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 247, Philip the Arab marks the millennium of Rome with a celebration of the ludi saeculares. And later in 395 emperor Arcadius marries Aelia Eudoxia, daughter of the Frankish general Flavius Bauto. She becomes one of the more powerful Roman empresses of Late Antiquity. More recently, in 2018 the Panmunjom Declaration is signed between North and South Korea, officially declaring their intentions to end the Korean conflict.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 630 when Ardashir III of Persia (born 621) passed away and in 1160 when Rudolf I, Count of Bregenz (born 1081) left us. And more recently, Jiggly Caliente, Filipino-American drag performer, singer and actress (born 1980) who died in in 2025.

April 27, or 1367024466, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Decimus Junius Brutus Albinus, Roman politician and general (died 43 BC) who was born in 85 BC, and later in 1468 - Frederick Jagiellon, Primate of Poland (died 1503). More recently, Arch Manning, American football player who was born in 2004.

Conversion help

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

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

A few related timestamps to 1367024466 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1364774400
End of month
1367366399
Start of day
1367020800
End fo day
1367107199
Start of hour
1367024400
End fo hour
1367027999
Start of min
1367024460
End fo min
1367024519