Unix timestamp

1448499542

Thu 26 Nov 2015 12:59:02 AM UTC

Coordinated Universal Time

Thu Nov 26 00:59:02 2015 UTC

In your local timezone

2015-11-26T00:59:02+00:00

ISO 8601

Thu, 26 Nov 2015 00:59:02 +0000

RFC 2822

2457353

Julian Date

14 Kislev 5776

Hebrew Date

082

Swatch Internet Time

329

Day of the year

November

Month

30

Days in month

48

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1448499542

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

1448499542 is representing the 329 day of the year 2015 in the Gregorian calendar, having 365 days. There are 36 days left of the year and this particular timestamp falls on a Thursday, November 26 of week 48 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 Full moon phase, about 230,783 miles (or 371,409 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 783, the Asturian queen Adosinda is held at a monastery to prevent her king from retaking the throne from Mauregatus. And later in 1161 Battle of Caishi: A Song dynasty fleet fights a naval engagement with Jin dynasty ships on the Yangtze river during the Jin-Song Wars. More recently, in 2021 COVID-19 pandemic: The World Health Organization identifies the SARS-CoV-2 Omicron variant.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 399 when Siricius, pope of the Catholic Church (born in 334) passed away and in 946 when Li Congyan, Chinese general (born in 898) left us. And more recently, Stephen Hillenburg, American animator, voice actor, and marine science educator (born in 1961) who died in in 2018.

November 26, or 1448499542, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Rudesind, Galician bishop (died in 977) who was born in 907, and later in 1288 - Go-Daigo, Japanese emperor (died in 1339). More recently, Olivia O'Brien, American singer-songwriter who was born in 1999.

Conversion help

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

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

A few related timestamps to 1448499542 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1446336000
End of month
1448927999
Start of day
1448496000
End fo day
1448582399
Start of hour
1448496000
End fo hour
1448499599
Start of min
1448499540
End fo min
1448499599