Unix timestamp

1693177201

Sun 27 Aug 2023 11:00:01 PM UTC

Coordinated Universal Time

Sun Aug 27 23:00:01 2023 UTC

In your local timezone

2023-08-27T23:00:01+00:00

ISO 8601

Sun, 27 Aug 2023 23:00:01 +0000

RFC 2822

2460185

Julian Date

10 Elul 5783

Hebrew Date

000

Swatch Internet Time

238

Day of the year

August

Month

31

Days in month

34

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1693177201

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

1693177201 is representing the 238 day of the year 2023 in the Gregorian calendar, having 365 days. There are 127 days left of the year and this particular timestamp falls on a Sunday, August 27 of week 34 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 227,807 miles (or 366,620 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 410, the sacking of Rome by the Visigoths ends after three days. And later in 1172 Henry the Young King and Margaret of France are crowned junior king and queen of England. More recently, in 2011 Hurricane Irene strikes the United States east coast, killing 47 and causing an estimated $15.6 billion in damage.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 542 when Caesarius of Arles, French bishop and saint (born in 470) passed away and in 749 when Qahtaba ibn Shabib al-Ta'i, Persian general left us. And more recently, Leonard Riggio, American businessman (born in 1941) who died in in 2024.

August 27, or 1693177201, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Rhazes, Persian polymath (died in 925) who was born in 865, and later in 1407 - Ashikaga Yoshikazu, Japanese shōgun (died in 1425). More recently, Lucas Paquetá, Brazilian footballer who was born in 1997.

Conversion help

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

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

A few related timestamps to 1693177201 are:

Start of year
1672531200
End of Year
1704067199
Start of month
1690848000
End of month
1693526399
Start of day
1693094400
End fo day
1693180799
Start of hour
1693177200
End fo hour
1693180799
Start of min
1693177200
End fo min
1693177259