Unix timestamp

1365119999

Thu 04 Apr 2013 11:59:59 PM UTC

Coordinated Universal Time

Thu Apr 4 23:59:59 2013 UTC

In your local timezone

2013-04-04T23:59:59+00:00

ISO 8601

Thu, 04 Apr 2013 23:59:59 +0000

RFC 2822

2456388

Julian Date

24 Nisan 5773

Hebrew Date

041

Swatch Internet Time

93

Day of the year

April

Month

30

Days in month

14

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1365119999

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

1365119999 is representing the 93 day of the year 2013 in the Gregorian calendar, having 365 days. There are 272 days left of the year and this particular timestamp falls on a Thursday, April 04 of week 14 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 229,369 miles (or 369,134 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 190, Dong Zhuo has his troops evacuate the capital Luoyang and burn it to the ground. And later in 503 BC Roman consul Agrippa Menenius Lanatus celebrates a triumph for a military victory over the Sabines. More recently, in 2023 Finland becomes a member of NATO after Turkey accepts its membership request.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 397 when Ambrose, Roman archbishop and saint (born 338) passed away and in 636 when Isidore of Seville, Spanish archbishop and saint (born 560) left us. And more recently, Tony Rundle, Australian politician, 40th Premier of Tasmania (died 1939) who died in in 2025.

April 4, or 1365119999, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Caracalla, Roman emperor (died 217) who was born in 188, and later in 1436 - Amalia of Saxony, Duchess of Bavaria-Landshut (died 1501). More recently, Risako Sugaya, Japanese singer and actress who was born in 1994.

Conversion help

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

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

A few related timestamps to 1365119999 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1364774400
End of month
1367366399
Start of day
1365033600
End fo day
1365119999
Start of hour
1365116400
End fo hour
1365119999
Start of min
1365119940
End fo min
1365119999