Unix timestamp

1358467259

Fri 18 Jan 2013 12:00:59 AM UTC

Coordinated Universal Time

Fri Jan 18 00:00:59 2013 UTC

In your local timezone

2013-01-18T00:00:59+00:00

ISO 8601

Fri, 18 Jan 2013 00:00:59 +0000

RFC 2822

2456311

Julian Date

7 Shevat 5773

Hebrew Date

042

Swatch Internet Time

17

Day of the year

January

Month

31

Days in month

03

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1358467259

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

1358467259 is representing the 17 day of the year 2013 in the Gregorian calendar, having 365 days. There are 348 days left of the year and this particular timestamp falls on a Friday, January 18 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 First quarter phase, about 245,328 miles (or 394,817 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 532, Nika riots in Constantinople fail. And later in 1126 emperor Huizong abdicates the Chinese throne in favour of his son Emperor Qinzong. More recently, in 2018 a bus catches fire on the Samara-Shymkent road in Yrgyz District, Aktobe, Kazakhstan. The fire kills 52 passengers, with three passengers and two drivers escaping.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 52 BC when Publius Clodius Pulcher, Roman politician (born 93 BC) passed away and in 474 when Leo I, Byzantine emperor (born 401) left us. And more recently, Claire van Kampen, English director and composer (born 1953) who died in in 2025.

January 18, or 1358467259, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Sir Philip Courtenay, English noble (died 1463) who was born in 1404, and later in 1457 - Antonio Trivulzio, seniore, Roman Catholic cardinal (died 1508). More recently, Karim Adeyemi, German footballer who was born in 2002.

Conversion help

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

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

A few related timestamps to 1358467259 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1356998400
End of month
1359676799
Start of day
1358467200
End fo day
1358553599
Start of hour
1358467200
End fo hour
1358470799
Start of min
1358467200
End fo min
1358467259