Unix timestamp

1420855198

Sat 10 Jan 2015 01:59:58 AM UTC

Coordinated Universal Time

Sat Jan 10 01:59:58 2015 UTC

In your local timezone

2015-01-10T01:59:58+00:00

ISO 8601

Sat, 10 Jan 2015 01:59:58 +0000

RFC 2822

2457033

Julian Date

19 Tevet 5775

Hebrew Date

124

Swatch Internet Time

9

Day of the year

January

Month

31

Days in month

02

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1420855198

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

1420855198 is representing the 9 day of the year 2015 in the Gregorian calendar, having 365 days. There are 356 days left of the year and this particular timestamp falls on a Saturday, January 10 of week 02 at 01:59 UTC in the monrning meaning that about 8% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 251,830 miles (or 405,281 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 9, the Western Han dynasty ends when Wang Mang claims that the divine Mandate of Heaven called for the end of the dynasty and the beginning of his own, the Xin dynasty. And later in 49 BC Julius Caesar crosses the Rubicon, signalling the start of civil war. More recently, in 1966 Tashkent Declaration, a peace agreement between India and Pakistan signed that resolved the Indo-Pakistani War of 1965.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 259 when Polyeuctus, Roman saint passed away and in 314 when Miltiades, pope of the Catholic Church left us. And more recently, Sam Moore, American soul singer-songwriter (born 1935) who died in in 2025.

January 10, or 1420855198, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Husayn ibn Ali, the third Shia Imam (died 680) who was born in 626, and later in 1480 - Margaret of Austria, Duchess of Savoy (died 1530). More recently, Santi Aldama, Spanish basketball player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1420855198 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1420070400
End of month
1422748799
Start of day
1420848000
End fo day
1420934399
Start of hour
1420851600
End fo hour
1420855199
Start of min
1420855140
End fo min
1420855199