Top "Unix-timestamp" questions

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

How do I get GMT time in Unix?

If my Unix machine is set to IST timezone, how can I get the current GMT time?

linux date unix unix-timestamp
Date time conversion from timezone to timezone in sql server

I having an column of UNIX time stamp in my database table, which comes from a system that is in …

timezone sql-server-2012 unix-timestamp
Hive from_unixtime for milliseconds

We have a timestamp epoch column (BIGINT) stored in Hive. We want to get Date 'yyyy-MM-dd' for this epoch. Problem …

hive unix-timestamp epoch milliseconds
PHP-MYSQL: Converting Unix Timestamp to DateTime and vice versa

im using php 5.4.6 and MySQL 5.5.29 and I get trouble by converting a UNIX TIMESTAMP to MYSQL DATETIME and vice versa. …

php mysql datetime unix-timestamp
How to convert strings like "19-FEB-12" to epoch date in UNIX

In UNIX how to convert to epoch milliseconds date strings like: 19-FEB-12 16-FEB-12 05-AUG-09 I need this to compare these …

bash unix date unix-timestamp
uses for mongodb ObjectId creation time

The ObjectId used as the default key in mongodb documents has embedded timestamp (calling objectid.generation_time returns a datetime …

mongodb timestamp unix-timestamp
How do I extract the created date out of a Mongo ObjectID

I'm using the Mongo shell to query my Mongo db. I want to use the timestamp contained in the ObjectID …

shell mongodb timestamp unix-timestamp
Convert Datetime to Unix timestamp

In Microsoft SQL Server 2012 or above, is it possible to convert a datetime value to Unix time stamp in a …

sql sql-server datetime sql-server-2012 unix-timestamp
Convert Unix time with PowerShell

I am parsing an SQLite database using the PowerShell SQLite module, and a couple of the return values are created …

powershell epoch unix-timestamp
How do I create a Unix timestamp on Android?

How do I create a Unix timestamp on Android? I want to create a URL post request with a Unix …

android unix-timestamp