sinaei
sinaei

Reputation: 501

What is this Time Format 1381039499

could someone explain me what is this Time Format?

1381039499

I do not know how should I have to change it to normal Time format

Upvotes: 0

Views: 191

Answers (2)

Phylogenesis
Phylogenesis

Reputation: 7880

According to this site, that is the Unix timestamp for:

Sun, 06 Oct 2013 06:04:59 GMT.

Most programming languages have a function to convert to/from Unix timestamps, but the correct way to do this will obviously vary between them.

Upvotes: 0

BaBu
BaBu

Reputation: 1943

My guess is that it's the Unix Epoc, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.

Upvotes: 1

Related Questions