Unix timestamp

2255533259

Sat 22 Jun 2041 05:00:59 PM UTC

Coordinated Universal Time

Sat Jun 22 17:00:59 2041 UTC

In your local timezone

2041-06-22T17:00:59+00:00

ISO 8601

Sat, 22 Jun 2041 17:00:59 +0000

RFC 2822

2466693

Julian Date

23 Sivan 5801

Hebrew Date

750

Swatch Internet Time

172

Day of the year

June

Month

30

Days in month

25

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

2255533259

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

2255533259 is representing the 172 day of the year 2041 in the Gregorian calendar, having 365 days. There are 193 days left of the year and this particular timestamp falls on a Saturday, June 22 of week 25 at 17:00 UTC in the afternoon meaning that about 71% of the day has passed. At this specifc time, the moon will be in its Third quarter phase, about 230,179 miles (or 370,438 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 168 BC, Battle of Pydna: Romans under Lucius Aemilius Paullus defeat Macedonian King Perseus who surrenders after the battle, ending the Third Macedonian War. And later in 217 BC Battle of Raphia: Ptolemy IV Philopator of Egypt defeats Antiochus III the Great of the Seleucid kingdom. More recently, in 2009 a Washington D.C Metro train traveling southbound near Fort Totten station collides into another train waiting to enter the station. Nine people are killed in the collision (eight passengers and the train operator) and at least 80 others are injured.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 207 BC when Hasdrubal Barca, Carthaginian general in the Second Punic War (born 245 BC) passed away and in 431 when Paulinus of Nola, Christian bishop and poet (born 354) left us. And more recently, Harry Markowitz, American Nobel economist (born 1927) who died in in 2023.

June 22, or 2255533259, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Rui Zong, emperor of the Tang Dynasty (died 716) who was born in 662, and later in 916 - Sayf al-Dawla, founder of the Emirate of Aleppo (died 967). More recently, Sam Retford, Australian-English actor who was born in 1999.

Conversion help

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

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

A few related timestamps to 2255533259 are:

Start of year
2240611200
End of Year
2272147199
Start of month
2253657600
End of month
2256249599
Start of day
2255472000
End fo day
2255558399
Start of hour
2255533200
End fo hour
2255536799
Start of min
2255533200
End fo min
2255533259