Unix timestamp

1445043602

Sat 17 Oct 2015 01:00:02 AM UTC

Coordinated Universal Time

Sat Oct 17 01:00:02 2015 UTC

In your local timezone

2015-10-17T01:00:02+00:00

ISO 8601

Sat, 17 Oct 2015 01:00:02 +0000

RFC 2822

2457313

Julian Date

4 Heshvan 5776

Hebrew Date

083

Swatch Internet Time

289

Day of the year

October

Month

31

Days in month

42

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1445043602

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

1445043602 is representing the 289 day of the year 2015 in the Gregorian calendar, having 365 days. There are 76 days left of the year and this particular timestamp falls on a Saturday, October 17 of week 42 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 244,461 miles (or 393,422 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 690, empress Wu Zetian establishes the Zhou Dynasty of China. And later in 1091 London tornado of 1091: A tornado thought to be of strength T8/F4 strikes the heart of London. More recently, in 2023 an explosion at Al-Ahli Arab Hospital in Gaza kills hundreds of Palestinians during the Gaza war.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 33 when Agrippina the Elder, Roman wife of Germanicus (born in 14 BC) passed away and in 532 when Pope Boniface II left us. And more recently, Andrew Schally, Polish-American endocrinologist (born in 1926) who died in in 2024.

October 17, or 1445043602, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Lý Nam Đế, first emperor of Vietnam (died in 548) who was born in 503, and later in 1253 - Ivo of Kermartin, French priest and saint (died in 1303). More recently, Ha-seong Kim, South Korean baseball player who was born in 1995.

Conversion help

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

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

A few related timestamps to 1445043602 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1443657600
End of month
1446335999
Start of day
1445040000
End fo day
1445126399
Start of hour
1445043600
End fo hour
1445047199
Start of min
1445043600
End fo min
1445043659