Unix timestamp

1628467199

Sun 08 Aug 2021 11:59:59 PM UTC

Coordinated Universal Time

Sun Aug 8 23:59:59 2021 UTC

In your local timezone

2021-08-08T23:59:59+00:00

ISO 8601

Sun, 08 Aug 2021 23:59:59 +0000

RFC 2822

2459436

Julian Date

30 Av 5781

Hebrew Date

041

Swatch Internet Time

219

Day of the year

August

Month

31

Days in month

31

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1628467199

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

1628467199 is representing the 219 day of the year 2021 in the Gregorian calendar, having 365 days. There are 146 days left of the year and this particular timestamp falls on a Sunday, August 08 of week 31 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 New moon phase, about 240,547 miles (or 387,123 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 685 BC, Spring and Autumn period: Battle of Qianshi: Upon the death of the previous Duke of Qi, Gongsun Wuzhi, Duke Zhuang of Lu sends an army into the Duchy of Qi to install the exiled Qi prince Gongzi Jiu as the new Duke of Qi - but is defeated at Qianshi by Jiu's brother and rival claimant, the newly inaugurated Duke Huan of Qi. And later in 870 Treaty of Meerssen: King Louis the German and his half-brother Charles the Bald partition the Middle Frankish Kingdom into two larger east and west divisions. More recently, in 2019 an explosion at the State Central Navy Testing Range in Nyonoksa, Russia, kills five people.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 117 when Trajan, Roman emperor (born in 53) passed away and in 753 when Hildegar, bishop of Cologne left us. And more recently, Steve Symms, American politician and lobbyist (born in 1938) who died in in 2024.

August 8, or 1628467199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Casper, ruler of the Maya city of Palenque who was born in 422, and later in 1079 - Emperor Horikawa of Japan (died in 1107). More recently, Félix Auger-Aliassime, Canadian tennis player who was born in 2000.

Conversion help

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

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

A few related timestamps to 1628467199 are:

Start of year
1609459200
End of Year
1640995199
Start of month
1627776000
End of month
1630454399
Start of day
1628380800
End fo day
1628467199
Start of hour
1628463600
End fo hour
1628467199
Start of min
1628467140
End fo min
1628467199