Unix timestamp

1358726401

Mon 21 Jan 2013 12:00:01 AM UTC

Coordinated Universal Time

Mon Jan 21 00:00:01 2013 UTC

In your local timezone

2013-01-21T00:00:01+00:00

ISO 8601

Mon, 21 Jan 2013 00:00:01 +0000

RFC 2822

2456314

Julian Date

10 Shevat 5773

Hebrew Date

041

Swatch Internet Time

20

Day of the year

January

Month

31

Days in month

04

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1358726401

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

1358726401 is representing the 20 day of the year 2013 in the Gregorian calendar, having 365 days. There are 345 days left of the year and this particular timestamp falls on a Monday, January 21 of week 04 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 250,987 miles (or 403,925 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 763, following the Battle of Bakhamra between Alids and Abbasids near Kufa, the Alid rebellion ends with the death of Ibrahim, brother of Isa ibn Musa. And later in 1525 the Swiss Anabaptist Movement is founded when Conrad Grebel, Felix Manz, George Blaurock, and about a dozen others baptize each other in the home of Manz's mother in Zürich, breaking a thousand-year tradition of church-state union. More recently, in 2023 huu Can Tran, 72, opens fire in a dance studio in Monterey Park, California, killing eleven people and injuring nine others before later committing suicide. It is the worst mass shooting in Los Angeles County since the 2008 Covina massacre.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 420 when Yazdegerd I, king of the Sassanid Empire passed away and in 496 when Epiphanius of Pavia, Italian bishop and saint (born 438) left us. And more recently, Garth Hudson, Canadian keyboard player, songwriter, and producer (born 1937) who died in in 2025.

January 21, or 1358726401, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Alexander, Prince of Scotland (died 1284) who was born in 1264, and later in 1277 - Galeazzo I Visconti, lord of Milan (died 1328). More recently, Luke Littler, English darts player who was born in 2007.

Conversion help

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

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

A few related timestamps to 1358726401 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1356998400
End of month
1359676799
Start of day
1358726400
End fo day
1358812799
Start of hour
1358726400
End fo hour
1358729999
Start of min
1358726400
End fo min
1358726459