Unix timestamp

1548277199

Wed 23 Jan 2019 08:59:59 PM UTC

Coordinated Universal Time

Wed Jan 23 20:59:59 2019 UTC

In your local timezone

2019-01-23T20:59:59+00:00

ISO 8601

Wed, 23 Jan 2019 20:59:59 +0000

RFC 2822

2458507

Julian Date

17 Shevat 5779

Hebrew Date

916

Swatch Internet Time

22

Day of the year

January

Month

31

Days in month

04

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1548277199

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

1548277199 is representing the 22 day of the year 2019 in the Gregorian calendar, having 365 days. There are 343 days left of the year and this particular timestamp falls on a Wednesday, January 23 of week 04 at 20:59 UTC in the afternoon meaning that about 87% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 226,538 miles (or 364,577 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 393, Roman emperor Theodosius I proclaims his eight-year-old son Honorius co-emperor. And later in 971 using Crossbows, Song dynasty troops soundly defeat a War elephant corps of the Southern Han at Shao. More recently, in 2022 mutinying Burkinabè soldiers led by Paul-Henri Sandaogo Damiba depose and detain President Roch Marc Christian Kaboré amid widespread anti-government protests.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 667 when Ildefonsus, bishop of Toledo passed away and in 989 when Adalbero, archbishop of Reims left us. And more recently, Melanie Safka, American Emmy winning singer-songwriter (born 1947) who died in in 2024.

January 23, or 1548277199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Vincent Ferrer, Spanish missionary and saint (died 1419) who was born in 1350, and later in 1378 - Louis III, Elector Palatine (died 1436). More recently, Olga Danilović, Serbian tennis player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1548277199 are:

Start of year
1546300800
End of Year
1577836799
Start of month
1546300800
End of month
1548979199
Start of day
1548201600
End fo day
1548287999
Start of hour
1548273600
End fo hour
1548277199
Start of min
1548277140
End fo min
1548277199