Unix timestamp

649033203

Thu 26 Jul 1990 11:00:03 PM UTC

Coordinated Universal Time

Thu Jul 26 23:00:03 1990 UTC

In your local timezone

1990-07-26T23:00:03+00:00

ISO 8601

Thu, 26 Jul 1990 23:00:03 +0000

RFC 2822

2448100

Julian Date

4 Av 5750

Hebrew Date

000

Swatch Internet Time

206

Day of the year

July

Month

31

Days in month

30

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

649033203

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

649033203 is representing the 206 day of the year 1990 in the Gregorian calendar, having 365 days. There are 159 days left of the year and this particular timestamp falls on a Thursday, July 26 of week 30 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 crescent phase, about 245,775 miles (or 395,537 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 657, First Fitna: In the Battle of Siffin, troops led by Ali ibn Abu TAlib clash with those led by Muawiyah I. And later in 920 rout of an alliance of Christian troops from Navarre and Léon against the Muslims at the Battle of Valdejunquera. More recently, in 2024 olympic swimmer Ana Carolina Vieira has been kicked out of the 2024 Summer Olympics in Paris due to sneaking out of the Olympic Village.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 342 when Cheng of Jin, emperor of the Jin Dynasty (born 321) passed away and in 811 when Nikephoros I, Byzantine emperor left us. And more recently, Sinéad O'Connor, Irish singer and musician (born 1966) who died in in 2023.

July 26, or 649033203, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Stanislaus of Szczepanów, Polish bishop and saint (died 1079) who was born in 1030, and later in 1400 - Isabel le Despenser, Countess of Worcester, English noble (died 1439). More recently, Chinami Yoshida, Japanese curler who was born in 1991.

Conversion help

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

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

A few related timestamps to 649033203 are:

Start of year
631152000
End of Year
662687999
Start of month
646790400
End of month
649468799
Start of day
648950400
End fo day
649036799
Start of hour
649033200
End fo hour
649036799
Start of min
649033200
End fo min
649033259