Unix timestamp

273715199

Sun 03 Sep 1978 11:59:59 PM UTC

Coordinated Universal Time

Sun Sep 3 23:59:59 1978 UTC

In your local timezone

1978-09-03T23:59:59+00:00

ISO 8601

Sun, 03 Sep 1978 23:59:59 +0000

RFC 2822

2443756

Julian Date

1 Elul 5738

Hebrew Date

041

Swatch Internet Time

245

Day of the year

September

Month

30

Days in month

35

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

273715199

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

273715199 is representing the 245 day of the year 1978 in the Gregorian calendar, having 365 days. There are 120 days left of the year and this particular timestamp falls on a Sunday, September 03 of week 35 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 New moon phase, about 244,756 miles (or 393,896 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 36 BC, in the Battle of Naulochus, Marcus Vipsanius Agrippa, Admiral of Octavian, defeats Sextus Pompey, son of Pompey, thus ending Pompeian resistance to the Second Triumvirate. And later in 301 San Marino, one of the smallest nations in the world and the world's oldest Republic still in existence, is founded by Saint Marinus. More recently, in 2016 the U.S. and China, together responsible for 40% of the world's carbon emissions, both formally ratify the Paris global climate agreement.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 264 when Sun Xiu, Chinese emperor (born 235) passed away and in 618 when Xue Ju, emperor of Qin left us. And more recently, Charley Johnson, American football player (born 1938) who died in in 2024.

September 3, or 273715199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Go-Sanjō of Japan (died 1073) who was born in 1034, and later in 1568 - Adriano Banchieri, Italian organist and composer (died 1634). More recently, Oskar Seuntjens, Belgian politician who was born in 1998.

Conversion help

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

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

A few related timestamps to 273715199 are:

Start of year
252460800
End of Year
283996799
Start of month
273456000
End of month
276047999
Start of day
273628800
End fo day
273715199
Start of hour
273711600
End fo hour
273715199
Start of min
273715140
End fo min
273715199