Unix timestamp

445219259

Fri 10 Feb 1984 12:00:59 AM UTC

Coordinated Universal Time

Fri Feb 10 00:00:59 1984 UTC

In your local timezone

1984-02-10T00:00:59+00:00

ISO 8601

Fri, 10 Feb 1984 00:00:59 +0000

RFC 2822

2445741

Julian Date

7 Adar I 5744

Hebrew Date

042

Swatch Internet Time

40

Day of the year

February

Month

29

Days in month

06

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

445219259

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

445219259 is representing the 40 day of the year 1984 in the Gregorian calendar which was a leap year having 366 days. There are 326 days left of the year and this particular timestamp falls on a Friday, February 10 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 First quarter phase, about 242,344 miles (or 390,015 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1258, the Siege of Baghdad ends with the surrender of the last Abbasid caliph to Hulegu Khan, a prince of the Mongol Empire. And later in 1355 the St Scholastica Day riot breaks out in Oxford, England, leaving 63 scholars and perhaps 30 locals dead in two days. More recently, in 2018 nineteen people are killed and 66 injured when a Kowloon Motor Bus double decker on route 872 in Hong Kong overturns.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 547 when Scholastica, Christian Nun passed away and in 1127 when William IX, Duke of Aquitaine (born 1071) left us. And more recently, Peter Tuiasosopo, American football player and actor (born 1963) who died in in 2025.

February 10, or 445219259, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including George of the Palatinate, German bishop (died 1529) who was born in 1486, and later in 1499 - Thomas Platter, Swiss author and scholar (died 1582). More recently, Tiffany Espensen, American actress who was born in 1999.

Conversion help

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

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

A few related timestamps to 445219259 are:

Start of year
441763200
End of Year
473385599
Start of month
444441600
End of month
446947199
Start of day
445219200
End fo day
445305599
Start of hour
445219200
End fo hour
445222799
Start of min
445219200
End fo min
445219259