Unix timestamp

635990336

Sun 25 Feb 1990 11:58:56 PM UTC

Coordinated Universal Time

Sun Feb 25 23:58:56 1990 UTC

In your local timezone

1990-02-25T23:58:56+00:00

ISO 8601

Sun, 25 Feb 1990 23:58:56 +0000

RFC 2822

2447949

Julian Date

30 Shevat 5750

Hebrew Date

040

Swatch Internet Time

55

Day of the year

February

Month

28

Days in month

08

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

635990336

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

635990336 is representing the 55 day of the year 1990 in the Gregorian calendar, having 365 days. There are 310 days left of the year and this particular timestamp falls on a Sunday, February 25 of week 08 at 23:58 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its New moon phase, about 231,309 miles (or 372,256 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 138, Roman emperor Hadrian adopts Antoninus Pius as his son, effectively making him his successor. And later in 628 Khosrow II, the last great Shah of the Sasanian Empire (Iran), is overthrown by his son Kavadh II. More recently, in 2016 three people are killed and fourteen others injured in a series of shootings in the small Kansas cities of Newton and Hesston.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 806 when Tarasios, patriarch of Constantinople passed away and in 891 when Fujiwara no Mototsune, Japanese Regent (born 836) left us. And more recently, Roberto Orci, Mexican-American screenwriter and producer (born 1973) who died in in 2025.

February 25, or 635990336, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Infanta Branca of Portugal, daughter of King Afonso III of Portugal and Urraca of Castile (died 1321) who was born in 1259, and later in 1337 - Wenceslaus I, Duke of Luxembourg (died 1383). More recently, Brandin Podziemski, American basketball player who was born in 2003.

Conversion help

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

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

A few related timestamps to 635990336 are:

Start of year
631152000
End of Year
662687999
Start of month
633830400
End of month
636249599
Start of day
635904000
End fo day
635990399
Start of hour
635986800
End fo hour
635990399
Start of min
635990280
End fo min
635990339