Unix timestamp

2591999

Fri 30 Jan 1970 11:59:59 PM UTC

Coordinated Universal Time

Fri Jan 30 23:59:59 1970 UTC

In your local timezone

1970-01-30T23:59:59+00:00

ISO 8601

Fri, 30 Jan 1970 23:59:59 +0000

RFC 2822

2440618

Julian Date

23 Shevat 5730

Hebrew Date

041

Swatch Internet Time

29

Day of the year

January

Month

31

Days in month

05

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

2591999

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

2591999 is representing the 29 day of the year 1970 in the Gregorian calendar, having 365 days. There are 336 days left of the year and this particular timestamp falls on a Friday, January 30 of week 05 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 Third quarter phase, about 235,956 miles (or 379,735 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1018, Poland and the Holy Roman Empire conclude the Peace of Bautzen. And later in 1287 king Wareru founds the Hanthawaddy Kingdom, and proclaims independence from the Pagan Kingdom. More recently, in 2020 the World Health Organization declares the COVID-19 pandemic to be a Public Health Emergency of International Concern.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 680 when Balthild, Frankish queen (born in 626) passed away and in 970 when Peter I of Bulgaria left us. And more recently, Edcel Lagman, Filipino politician (born in 1942) who died in in 2025.

January 30, or 2591999, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Livia, Roman wife of Augustus (died in 29) who was born in 58 BC, and later in 1410 - William Calthorpe, English knight (died in 1494). More recently, Ausar Thompson, American basketball player who was born in 2003.

Conversion help

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

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

A few related timestamps to 2591999 are:

Start of year
0
End of Year
31535999
Start of month
0
End of month
2678399
Start of day
2505600
End fo day
2591999
Start of hour
2588400
End fo hour
2591999
Start of min
2591940
End fo min
2591999