Unix timestamp

1838592000

Thu 06 Apr 2028 12:00:00 AM UTC

Coordinated Universal Time

Thu Apr 6 00:00:00 2028 UTC

In your local timezone

2028-04-06T00:00:00+00:00

ISO 8601

Thu, 06 Apr 2028 00:00:00 +0000

RFC 2822

2461868

Julian Date

10 Nisan 5788

Hebrew Date

041

Swatch Internet Time

96

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

1838592000

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

1838592000 is representing the 96 day of the year 2028 in the Gregorian calendar which will be a leap year having 366 days. There are 270 days left of the year and this particular timestamp falls on a Thursday, April 06 of week 14 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon will be in its Waxing gibbous phase, about 225,769 miles (or 363,340 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 46 BC, Julius Caesar defeats Caecilius Metellus Scipio and Marcus Porcius Cato (Cato the Younger) at the Battle of Thapsus. And later in 402 Stilicho defeats the Visigoths under Alaric In the Battle of Pollentia. More recently, in 2018 a bus carrying the Humboldt Broncos junior ice hockey team collides with a semi-truck in Saskatchewan, Canada, killing 16 people and injuring 13 others.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 861 when Prudentius, bishop of Troyes passed away and in 885 when Saint Methodius, Byzantine missionary and saint (born in 815) left us. And more recently, Jay North, American actor (born in 1951) who died in in 2025.

April 6, or 1838592000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Maimonides, Jewish philosopher, Torah scholar, physician and astronomer (March 30 also proposed, d. 1204) who was born in 1135, and later in 1342 - Infanta Maria, Marchioness of Tortosa. More recently, Leyre Romero Gormaz, Spanish tennis player who was born in 2002.

Conversion help

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

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

A few related timestamps to 1838592000 are:

Start of year
1830297600
End of Year
1861919999
Start of month
1838160000
End of month
1840751999
Start of day
1838592000
End fo day
1838678399
Start of hour
1838592000
End fo hour
1838595599
Start of min
1838592000
End fo min
1838592059