Unix timestamp

1671062401

Thu 15 Dec 2022 12:00:01 AM UTC

Coordinated Universal Time

Thu Dec 15 00:00:01 2022 UTC

In your local timezone

2022-12-15T00:00:01+00:00

ISO 8601

Thu, 15 Dec 2022 00:00:01 +0000

RFC 2822

2459929

Julian Date

21 Kislev 5783

Hebrew Date

041

Swatch Internet Time

348

Day of the year

December

Month

31

Days in month

50

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1671062401

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

1671062401 is representing the 348 day of the year 2022 in the Gregorian calendar, having 365 days. There are 17 days left of the year and this particular timestamp falls on a Thursday, December 15 of week 50 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 Third quarter phase, about 248,599 miles (or 400,082 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 533, Vandalic War: Byzantine general Belisarius defeats the Vandals, commanded by King Gelimer, at the Battle of Tricamarum. And later in 687 Pope Sergius I is elected as a compromise between Antipopes Paschal and Theodore. More recently, in 2001 the Leaning Tower of Pisa reopens after 11 years and $27,000,000 spent to stabilize it, without fixing its famous lean.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 933 when Li Siyuan, Chinese emperor (born in 867) passed away and in 1025 when Basil II, Byzantine emperor (born in 958) left us. And more recently, Saufatu Sopoanga, Tuvaluan politician, 8th Prime Minister of Tuvalu (born in 1952) who died in in 2020.

December 15, or 1671062401, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Nero, Roman emperor (died in 68) who was born in 37, and later in 130 - Lucius Verus, Roman emperor (died in 169). More recently, Amber Joseph, Barbadian cyclist who was born in 1999.

Conversion help

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

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

A few related timestamps to 1671062401 are:

Start of year
1640995200
End of Year
1672531199
Start of month
1669852800
End of month
1672531199
Start of day
1671062400
End fo day
1671148799
Start of hour
1671062400
End fo hour
1671065999
Start of min
1671062400
End fo min
1671062459