Unix timestamp

1461545999

Mon 25 Apr 2016 12:59:59 AM UTC

Coordinated Universal Time

Mon Apr 25 00:59:59 2016 UTC

In your local timezone

2016-04-25T00:59:59+00:00

ISO 8601

Mon, 25 Apr 2016 00:59:59 +0000

RFC 2822

2457504

Julian Date

17 Nisan 5776

Hebrew Date

083

Swatch Internet Time

115

Day of the year

April

Month

30

Days in month

17

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1461545999

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

1461545999 is representing the 115 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 251 days left of the year and this particular timestamp falls on a Monday, April 25 of week 17 at 00:59 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 248,913 miles (or 400,586 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 404 BC, admiral Lysander and King Pausanias of Sparta blockade Athens and bring the Peloponnesian War to a successful conclusion. And later in 799 after mistreatment and Disfigurement by the citizens of Rome, Pope Leo III flees to the Frankish court of king Charlemagne at Paderborn for protection. More recently, in 1920 at the San Remo conference, the principal Allied Powers of World War I adopt a resolution to determine the allocation of Class "A" League of Nations mandates for administration of the former Ottoman-ruled lands of the Middle East.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 501 when Rusticus, saint and Archbishop of Lyon (born 455) passed away and in 775 when Mushegh VI Mamikonian, Armenian prince left us. And more recently, Laurent Cantet, French director, cinematographer and screenwriter (born 1961) who died in in 2024.

April 25, or 1461545999, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Louis IX of France (died 1270) who was born in 1214, and later in 1284 - Edward II of England (died 1327). More recently, Julius Ertlthaler, Austrian footballer who was born in 1997.

Conversion help

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

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

A few related timestamps to 1461545999 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1459468800
End of month
1462060799
Start of day
1461542400
End fo day
1461628799
Start of hour
1461542400
End fo hour
1461545999
Start of min
1461545940
End fo min
1461545999