Unix timestamp

946789199

Sun 02 Jan 2000 04:59:59 AM UTC

Coordinated Universal Time

Sun Jan 2 04:59:59 2000 UTC

In your local timezone

2000-01-02T04:59:59+00:00

ISO 8601

Sun, 02 Jan 2000 04:59:59 +0000

RFC 2822

2451546

Julian Date

24 Tevet 5760

Hebrew Date

249

Swatch Internet Time

1

Day of the year

January

Month

31

Days in month

52

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

946789199

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

946789199 is representing the 1 day of the year 2000 in the Gregorian calendar which was a leap year having 366 days. There are 365 days left of the year and this particular timestamp falls on a Sunday, January 02 of week 52 at 04:59 UTC in the monrning meaning that about 21% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 249,896 miles (or 402,168 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 69, the Roman legions in Germania Superior refuse to swear loyalty to Galba. They rebel and proclaim Vitellius as emperor. And later in 366 the Alemanni cross the frozen Rhine in large numbers, invading the Roman Empire. More recently, in 2024 two aircraft collide on a runway at Haneda Airport in Tokyo, killing 5 and injuring 18.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 951 when Su Fengji, Chinese official and chancellor passed away and in 1096 when William de St-Calais, Bishop of Durham and chief counsellor of William II of England left us. And more recently, Ágnes Keleti, Hungarian Olympic gymnast (born 1921) who died in in 2025.

January 2, or 946789199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Yōzei, Japanese emperor (died 949) who was born in 869, and later in 1462 - Piero di Cosimo, Italian painter (died 1522). More recently, Spencer Arrighetti, American baseball player who was born in 2002.

Conversion help

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

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

A few related timestamps to 946789199 are:

Start of year
946684800
End of Year
978307199
Start of month
946684800
End of month
949363199
Start of day
946771200
End fo day
946857599
Start of hour
946785600
End fo hour
946789199
Start of min
946789140
End fo min
946789199