Unix timestamp

1610323200

Mon 11 Jan 2021 12:00:00 AM UTC

Coordinated Universal Time

Mon Jan 11 00:00:00 2021 UTC

In your local timezone

2021-01-11T00:00:00+00:00

ISO 8601

Mon, 11 Jan 2021 00:00:00 +0000

RFC 2822

2459226

Julian Date

27 Tevet 5781

Hebrew Date

041

Swatch Internet Time

10

Day of the year

January

Month

31

Days in month

02

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1610323200

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

1610323200 is representing the 10 day of the year 2021 in the Gregorian calendar, having 365 days. There are 355 days left of the year and this particular timestamp falls on a Monday, January 11 of week 02 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 Waning crescent phase, about 228,987 miles (or 368,519 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: A quarrel between supporters of different chariot teams—the Blues and the Greens—in the Hippodrome escalates into violence. And later in 630 Conquest of Mecca: Muhammad and his followers conquer the city, and the Quraysh association of clans surrenders. More recently, in 1879 the Anglo-Zulu War begins.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 140 when Pope Hyginus, Bishop of Rome (born in 74) passed away and in 705 when Pope John VI (born in 655) left us. And more recently, Michael Atiyah, British-Lebanese mathematician (born in 1929) who died in in 2019.

January 11, or 1610323200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Theodosius I, Roman emperor (died in 395) who was born in 347, and later in 889 - Abd-ar-Rahman III, first Caliph of Córdoba (died in 961). More recently, Thomas Mikaele, New Zealand rugby league player who was born in 1998.

Conversion help

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

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

A few related timestamps to 1610323200 are:

Start of year
1609459200
End of Year
1640995199
Start of month
1609459200
End of month
1612137599
Start of day
1610323200
End fo day
1610409599
Start of hour
1610323200
End fo hour
1610326799
Start of min
1610323200
End fo min
1610323259