Unix timestamp

221011199

Sat 01 Jan 1977 11:59:59 PM UTC

Coordinated Universal Time

Sat Jan 1 23:59:59 1977 UTC

In your local timezone

1977-01-01T23:59:59+00:00

ISO 8601

Sat, 01 Jan 1977 23:59:59 +0000

RFC 2822

2443146

Julian Date

11 Tevet 5737

Hebrew Date

041

Swatch Internet Time

0

Day of the year

January

Month

31

Days in month

53

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

221011199

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

221011199 is representing the 0 day of the year 1977 in the Gregorian calendar, having 365 days. There are 365 days left of the year and this particular timestamp falls on a Saturday, January 01 of week 53 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 251,470 miles (or 404,702 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 42 BC, the Roman Senate posthumously deifies Julius Caesar. And later in 45 BC the Julian calendar takes effect as the civil calendar of the Roman Republic, establishing January 1 as the new date of the new year. More recently, in 2011 Estonia officially adopts the Euro currency and becomes the 17th Eurozone country.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 138 when Lucius Aelius, adopted son and intended successor of Hadrian (born in 101) passed away and in 404 when Telemachus, Christian monk and martyr left us. And more recently, Wayne Osmond, American singer-songwriter and actor (born in 1951) who died in in 2025.

January 1, or 221011199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ali al-Ridha, 8th Imam of Twelver Shia Islam (died in 818) who was born in 766, and later in 1431 - Pope Alexander VI (died in 1503). More recently, Lamine Camara, Senegalese footballer who was born in 2004.

Conversion help

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

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

A few related timestamps to 221011199 are:

Start of year
220924800
End of Year
252460799
Start of month
220924800
End of month
223603199
Start of day
220924800
End fo day
221011199
Start of hour
221007600
End fo hour
221011199
Start of min
221011140
End fo min
221011199