Unix timestamp

1799798400

Wed 13 Jan 2027 12:00:00 AM UTC

Coordinated Universal Time

Wed Jan 13 00:00:00 2027 UTC

In your local timezone

2027-01-13T00:00:00+00:00

ISO 8601

Wed, 13 Jan 2027 00:00:00 +0000

RFC 2822

2461419

Julian Date

5 Shevat 5787

Hebrew Date

041

Swatch Internet Time

12

Day of the year

January

Month

31

Days in month

02

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1799798400

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

1799798400 is representing the 12 day of the year 2027 in the Gregorian calendar, having 365 days. There are 353 days left of the year and this particular timestamp falls on a Wednesday, January 13 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 will be in its Waxing crescent phase, about 243,771 miles (or 392,312 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 27 BC, octavian transfers the state to the free disposal of the Roman Senate and the people. He receives Spain, Gaul, and Syria as his province for ten years. And later in 532 the Nika riots break out, during the racing season at the Hippodrome in Constantinople, as a result of discontent with the rule of the Emperor Justinian I. More recently, in 2021 outgoing U.S. President Donald Trump is impeached for a second time on a charge of incitement of insurrection following the January 6 United States Capitol attack one week prior.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 86 BC when Gaius Marius, Roman general and politician (born in 157 BC) passed away and in 533 when Remigius, French bishop and saint (born in 437) left us. And more recently, Oliviero Toscani, Italian photographer (born in 1942) who died in in 2025.

January 13, or 1799798400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Guangwu of Han, Chinese emperor (died in 57) who was born in 5 BC, and later in 101 - Lucius Aelius, Roman adopted son of Hadrian (died in 138). More recently, Harley Smith-Shields, Australian rugby league player who was born in 2000.

Conversion help

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

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

A few related timestamps to 1799798400 are:

Start of year
1798761600
End of Year
1830297599
Start of month
1798761600
End of month
1801439999
Start of day
1799798400
End fo day
1799884799
Start of hour
1799798400
End fo hour
1799801999
Start of min
1799798400
End fo min
1799798459