Unix timestamp

1990801

Sat 24 Jan 1970 01:00:01 AM UTC

Coordinated Universal Time

Sat Jan 24 01:00:01 1970 UTC

In your local timezone

1970-01-24T01:00:01+00:00

ISO 8601

Sat, 24 Jan 1970 01:00:01 +0000

RFC 2822

2440611

Julian Date

17 Shevat 5730

Hebrew Date

083

Swatch Internet Time

23

Day of the year

January

Month

31

Days in month

04

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1990801

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

1990801 is representing the 23 day of the year 1970 in the Gregorian calendar, having 365 days. There are 342 days left of the year and this particular timestamp falls on a Saturday, January 24 of week 04 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 Full moon phase, about 251,534 miles (or 404,804 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 914, start of the First Fatimid invasion of Egypt. And later in 1438 the Council of Basel suspends Pope Eugene IV. More recently, in 2009 Cyclone Klaus makes landfall near Bordeaux, France, causing 26 deaths as well as extensive disruptions to public transport and power supplies.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 41 when Caligula, Roman emperor (born 12) passed away and in 817 when Pope Stephen IV (born 770) left us. And more recently, Iris Cummings, American swimmer and aviator (born 1920) who died in in 2025.

January 24, or 1990801, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Hadrian, Roman emperor (died 138) who was born in 76, and later in 1287 - Richard de Bury, English bishop and politician, Lord Chancellor of Great Britain (died 1345). More recently, Princess Athena of Denmark who was born in 2012.

Conversion help

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

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

A few related timestamps to 1990801 are:

Start of year
0
End of Year
31535999
Start of month
0
End of month
2678399
Start of day
1987200
End fo day
2073599
Start of hour
1990800
End fo hour
1994399
Start of min
1990800
End fo min
1990859