Unix timestamp

1682121599

Fri 21 Apr 2023 11:59:59 PM UTC

Coordinated Universal Time

Fri Apr 21 23:59:59 2023 UTC

In your local timezone

2023-04-21T23:59:59+00:00

ISO 8601

Fri, 21 Apr 2023 23:59:59 +0000

RFC 2822

2460057

Julian Date

30 Nisan 5783

Hebrew Date

041

Swatch Internet Time

110

Day of the year

April

Month

30

Days in month

16

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1682121599

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

1682121599 is representing the 110 day of the year 2023 in the Gregorian calendar, having 365 days. There are 255 days left of the year and this particular timestamp falls on a Friday, April 21 of week 16 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 crescent phase, about 240,940 miles (or 387,755 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 43 BC, Battle of Mutina: Mark Antony is again defeated in battle by Aulus Hirtius, who is killed. Antony fails to capture Mutina and Decimus Brutus is murdered shortly after. And later in 753 BC Romulus founds Rome (traditional date). More recently, in 2021 Indonesian Navy submarine KRI Nanggala (402) sinks in the Bali Sea during a military drill, killing all 53 on board.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 234 when Emperor Xian of Han, Chinese emperor (born in 181) passed away and in 586 when Liuvigild, king of the Visigoths left us. And more recently, Pope Francis (born in 1936) who died in in 2025.

April 21, or 1682121599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Sancho VI, King of Navarre (died in 1194) who was born in 1132, and later in 1488 - Ulrich von Hutten, German religious reformer (died in 1523). More recently, Hyein, South Korean singer who was born in 2008.

Conversion help

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

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

A few related timestamps to 1682121599 are:

Start of year
1672531200
End of Year
1704067199
Start of month
1680307200
End of month
1682899199
Start of day
1682035200
End fo day
1682121599
Start of hour
1682118000
End fo hour
1682121599
Start of min
1682121540
End fo min
1682121599