Unix timestamp

1561939201

Mon 01 Jul 2019 12:00:01 AM UTC

Coordinated Universal Time

Mon Jul 1 00:00:01 2019 UTC

In your local timezone

2019-07-01T00:00:01+00:00

ISO 8601

Mon, 01 Jul 2019 00:00:01 +0000

RFC 2822

2458666

Julian Date

28 Sivan 5779

Hebrew Date

041

Swatch Internet Time

181

Day of the year

July

Month

31

Days in month

27

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1561939201

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

1561939201 is representing the 181 day of the year 2019 in the Gregorian calendar, having 365 days. There are 184 days left of the year and this particular timestamp falls on a Monday, July 01 of week 27 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 236,121 miles (or 380,000 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 69, Tiberius Julius Alexander orders his Roman legions in Alexandria to swear Allegiance to Vespasian as Emperor. And later in 1097 battle of Dorylaeum: Crusaders led by prince Bohemond of Taranto defeat a Seljuk army led by sultan Kilij Arslan I. More recently, in 2020 the United States-Mexico-Canada Agreement replaces NAFTA.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 552 when Totila, Ostrogoth king passed away and in 992 when Heonjeong, Korean queen (born in 966) left us. And more recently, Robert Towne, American screenwriter (born in 1934) who died in in 2024.

July 1, or 1561939201, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Liu Bowen, Chinese military strategist, statesman and poet (died in 1375) who was born in 1311, and later in 1464 - Clara Gonzaga, Italian noble (died in 1503). More recently, Aleksandra Golovkina, Lithuanian figure skater who was born in 1998.

Conversion help

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

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

A few related timestamps to 1561939201 are:

Start of year
1546300800
End of Year
1577836799
Start of month
1561939200
End of month
1564617599
Start of day
1561939200
End fo day
1562025599
Start of hour
1561939200
End fo hour
1561942799
Start of min
1561939200
End fo min
1561939259