Unix timestamp

1033268342

Sun 29 Sep 2002 02:59:02 AM UTC

Coordinated Universal Time

Sun Sep 29 02:59:02 2002 UTC

In your local timezone

2002-09-29T02:59:02+00:00

ISO 8601

Sun, 29 Sep 2002 02:59:02 +0000

RFC 2822

2452547

Julian Date

23 Tishri 5763

Hebrew Date

165

Swatch Internet Time

271

Day of the year

September

Month

30

Days in month

39

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1033268342

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

1033268342 is representing the 271 day of the year 2002 in the Gregorian calendar, having 365 days. There are 94 days left of the year and this particular timestamp falls on a Sunday, September 29 of week 39 at 02:59 UTC in the monrning meaning that about 12% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 241,734 miles (or 389,033 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 61 BC, Pompey the Great celebrates his third triumph for victories over the pirates and the end of the Mithridatic Wars on his 45th birthday. And later in 1011 danes capture Canterbury after a siege, taking Ælfheah, Archbishop of Canterbury, as a prisoner. More recently, in 2009 the 8.1 Mw  Samoa earthquake results in a tsunami that kills over 189 and injures hundreds.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 722 when Leudwinus, Frankish archbishop and saint (born 660) passed away and in 855 when Lothair I, Carolingian emperor (born 795) left us. And more recently, Patrick Murray, British actor (born 1956) who died in in 2025.

September 29, or 1033268342, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Pompey, Roman general and politician (died 48 BC) who was born in 106 BC, and later in 929 - Qian Chu, Chinese king (Ten Kingdoms) (died in 988). More recently, Nicholas Galitzine, English actor who was born in 1994.

Conversion help

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

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

A few related timestamps to 1033268342 are:

Start of year
1009843200
End of Year
1041379199
Start of month
1030838400
End of month
1033430399
Start of day
1033257600
End fo day
1033343999
Start of hour
1033264800
End fo hour
1033268399
Start of min
1033268340
End fo min
1033268399