Unix timestamp

62899140

Wed 29 Dec 1971 11:59:00 PM UTC

Coordinated Universal Time

Wed Dec 29 23:59:00 1971 UTC

In your local timezone

1971-12-29T23:59:00+00:00

ISO 8601

Wed, 29 Dec 1971 23:59:00 +0000

RFC 2822

2441316

Julian Date

11 Tevet 5732

Hebrew Date

040

Swatch Internet Time

362

Day of the year

December

Month

31

Days in month

52

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

62899140

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

62899140 is representing the 362 day of the year 1971 in the Gregorian calendar, having 365 days. There are 3 days left of the year and this particular timestamp falls on a Wednesday, December 29 of week 52 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 230,000 miles (or 370,149 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 875, Charles the Bald, King of the Franks, is crowned as Holy Roman Emperor Charles II. And later in 1503 the Battle of Garigliano (1503) was fought between a Spanish army under Gonzalo Fernández de Córdoba and a French army commanded by Ludovico II, Marquess of Saluzzo. More recently, in 2006 the UK settles its Anglo-American loan, post-WWII loan debt.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 721 when Empress Genmei of Japan (born in 660) passed away and in 1125 when Agnes I, Abbess of Quedlinburg (born inc. 1090) left us. And more recently, Joe Louis Clark, American educator (born in 1937) who died in in 2020.

December 29, or 62899140, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ali al-Ridha, Arab scholar and imam (died in 818) who was born in 765, and later in 1019 - Munjong, Korean ruler (died in 1083). More recently, Felix Keisinger, German skeleton racer who was born in 1997.

Conversion help

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

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

A few related timestamps to 62899140 are:

Start of year
31536000
End of Year
63071999
Start of month
60393600
End of month
63071999
Start of day
62812800
End fo day
62899199
Start of hour
62895600
End fo hour
62899199
Start of min
62899140
End fo min
62899199