Unix timestamp

1699401599

Tue 07 Nov 2023 11:59:59 PM UTC

Coordinated Universal Time

Tue Nov 7 23:59:59 2023 UTC

In your local timezone

2023-11-07T23:59:59+00:00

ISO 8601

Tue, 07 Nov 2023 23:59:59 +0000

RFC 2822

2460257

Julian Date

23 Heshvan 5784

Hebrew Date

041

Swatch Internet Time

310

Day of the year

November

Month

30

Days in month

45

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1699401599

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

1699401599 is representing the 310 day of the year 2023 in the Gregorian calendar, having 365 days. There are 55 days left of the year and this particular timestamp falls on a Tuesday, November 07 of week 45 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 Waning crescent phase, about 251,713 miles (or 405,093 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 335, athanasius, 20th pope of Alexandria, is banished to Trier on the charge that he prevented a grain fleet from sailing to Constantinople. And later in 680 the Sixth Ecumenical Council commences in Constantinople. More recently, in 1910 the first Air freight shipment (from Dayton, Ohio, to Columbus, Ohio) is undertaken by the Wright brothers and department store owner Max Morehouse.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 691 when Ge Fuyuan, official of the Tang dynasty passed away and in 927 when Zhu Shouyin, general of Later Tang left us. And more recently, Bruce Degen, American writer (born in 1945) who died in in 2024.

November 7, or 1699401599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Keikō of Japan (died in 130) who was born in 13 BC, and later in 630 - Constans II, Byzantine emperor (died in 668). More recently, Mark Philippoussis, Australian tennis player and model who was born in 1976.

Conversion help

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

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

A few related timestamps to 1699401599 are:

Start of year
1672531200
End of Year
1704067199
Start of month
1698796800
End of month
1701388799
Start of day
1699315200
End fo day
1699401599
Start of hour
1699398000
End fo hour
1699401599
Start of min
1699401540
End fo min
1699401599