Unix timestamp

1422921600

Tue 03 Feb 2015 12:00:00 AM UTC

Coordinated Universal Time

Tue Feb 3 00:00:00 2015 UTC

In your local timezone

2015-02-03T00:00:00+00:00

ISO 8601

Tue, 03 Feb 2015 00:00:00 +0000

RFC 2822

2457057

Julian Date

14 Shevat 5775

Hebrew Date

041

Swatch Internet Time

33

Day of the year

February

Month

28

Days in month

06

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1422921600

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

1422921600 is representing the 33 day of the year 2015 in the Gregorian calendar, having 365 days. There are 332 days left of the year and this particular timestamp falls on a Tuesday, February 03 of week 06 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 Full moon phase, about 249,495 miles (or 401,524 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1047, Drogo of Hauteville is elected as count of the Apulian Normans during the Norman conquest of southern Italy. And later in 1112 Ramon Berenguer III, Count of Barcelona, and Douce I, Countess of Provence, marry, uniting the fortunes of those two states. More recently, in 2023 2023 Ohio train derailment: A freight train containing Vinyl chloride and other hazardous materials derails and burns in East Palestine, Ohio, United States, releasing Hydrogen chloride and Phosgene into the air and contaminating the Ohio River.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 6 when Ping, emperor of the Han Dynasty (born 9 BC) passed away and in 456 when Sihyaj Chan K'awiil II, ruler of Tikal left us. And more recently, Kandiah Balendra, Sri Lankan corporate leader and executive (born 1940) who died in in 2025.

February 3, or 1422921600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Joanna of Bourbon (died 1378) who was born in 1338, and later in 1392 - Henry Percy, 2nd Earl of Northumberland, English nobleman and military commander (died in 1455). More recently, Scoot Henderson, American basketball player who was born in 2004.

Conversion help

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

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

A few related timestamps to 1422921600 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1422748800
End of month
1425167999
Start of day
1422921600
End fo day
1423007999
Start of hour
1422921600
End fo hour
1422925199
Start of min
1422921600
End fo min
1422921659