Top "Unix-timestamp" questions

The number of seconds between a particular date and the Unix Epoch on January 1st, 1970

What does the 'Z' mean in Unix timestamp '120314170138Z'?

I have an X.509 certificate which has the following 2 timestamps: ['validFrom'] = String(13) "120314165227Z" ['validTo'] = String(13) "130314165227Z" What does the postfix …

timezone x509certificate unix-timestamp timestamp
MYSQL query between two timestamps

I have the following entry in my DB table eventName(varchar 100) -> myEvent date(timestamp) -> 2013-03-26 09:00:00 …

mysql unix-timestamp
Convert unix time stamp to date in java

How can I convert minutes from unix time stamp to date and time in java. For example, time stamp 1372339860 correspond …

java unix-timestamp
How to convert NSDate into unix timestamp iphone sdk?

How to convert an NSDate into Unix timestamp? I've read many posts which do the reverse. But I'm not finding …

ios iphone nsdate unix-timestamp
Convert python datetime to timestamp in milliseconds

How to convert a human readable time with the format 20.12.2016 09:38:42,76 to Unix timestamps in milliseconds? I found a lot of …

python datetime unix-timestamp
Convert unix time to readable date in pandas dataframe

I have a dataframe with unix times and prices in it. I want to convert the index column so that …

python pandas unix-timestamp dataframe
How to sort the files according to the time stamp in unix?

How to sort the files according to the time stamp in unix? I need to sort the files and also …

unix unix-timestamp
Go / golang time.Now().UnixNano() convert to milliseconds?

How can I get Unix time in Go in milliseconds? I have the following function: func makeTimestamp() int64 { return time.…

time go unix-timestamp date-conversion
Countdown timer using Moment js

I am making a countdown timer for an event page, i used moment js for this. Here is fiddle for …

javascript jquery countdown unix-timestamp momentjs
Converting unix time into date-time via excel

Trying to convert 1504865618099.00 Unix time into a readable date time. I tried this: =(UNIX + ("1/1/1970"-"1/1/1900"+1)*86400) / 86400 But it's not working.

excel datetime unix-timestamp date-conversion