Top "Epoch" questions

Unix time, or POSIX time, is a system for describing points in time, defined as the number of seconds elapsed since midnight Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds.

How to convert epoch time with nanoseconds to human-readable?

I have a timestamp in epoch time with nanoseconds - e.g. 1360287003083988472 nanoseconds since 1970-01-01. The Python datetime objects …

python time epoch nanotime
Java time since the epoch

In Java, how can I print out the time since the epoch given in seconds and nanoseconds in the following …

java time simpledateformat epoch
Use Moment.js to convert Unix epoch time to human readable time

I'm trying to use Moment.js to convert a Unix epoch time to a date and time. I'd also like …

javascript node.js momentjs epoch
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
Converting epoch number to human readable date in mysql

I have a epoch number say 1389422614485. The datatype for the value storing this value is varchar. I want to convert …

mysql epoch
How to convert epoch to datetime redshift?

I work in dbeaver. I have a table x. TABLE x has a column "timestamp" 1464800406459 1464800400452 1464800414056 1464800422854 1464800411797 The result I want: Wed, 01 …

datetime amazon-redshift epoch
How to convert a date YYYY-MM-DD to epoch in PHP

As per title: how to convert a string date (YYYY-MM-DD) to epoch (seconds since 01-01-1970) in PHP

php date time epoch
Convert Date String into Epoch in Java

Is there a way to convert a given Date String into Milliseconds (Epoch Long format) in java? Example : I want …

java epoch apache-commons-dateutils
How can I convert a date in Epoch to "Y-m-d H:i:s" in Javascript?

How can I convert following date in epoch: 1293683278 to following readable date: 2010-06-23 09:57:58 using Javascript? Thanks!

javascript date transformation epoch date-conversion
Convert mysql DATETIME column to epoch seconds

I have a column mysql datetime that is in DATETIME format. Is there a way to SELECT this column in …

mysql sql datetime epoch