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 Unix epoch time in SQLite

Could you help me convert UNIX epoch time into format yyyy-mm-dd hh:mm:ss (24h) in SQLite? (GMT+7 would be …

sql sqlite unix epoch
Get the number of days, weeks, and months, since Epoch in Java

I'm trying to get the number of days, weeks, months since Epoch in Java. The Java Calendar class offers things …

java time calendar epoch
Convert unix epoch time to human readable date on Mac OSX - BSD

On my Mac OSX, my bash script has a epoch time 123439819723. I am able to convert the date to human …

bash date unix epoch
Moment.js and Unix Epoch Conversion

I have a web service that is returning a date as the following string: /Date(1377907200000)/ I use MomentJS to parse …

javascript date epoch momentjs
Java 8: How to create a ZonedDateTime from an Epoch value?

Java 8's LocalDateTime has an ofEpochSecond method. Unfortunately, there is no such method in the ZonedDateTime. Now, I have an …

java java-8 epoch zoneddatetime
How to get the epoch time in SQL Server?

The scenario is this: select max date from some table, when the target table having no data, so the max …

sql-server epoch
Convert a NSDate to milliseconds epoch time

I need to be able to convert a date to a time stamp, an epoch in milliseconds. All I see …

ios xcode nsdate epoch
Convert a column of datetimes to epoch in Python

I'm currently having an issue with Python. I have a Pandas DataFrame and one of the columns is a string …

python datetime pandas epoch
Convert Unix timestamp into datetime

I have the following data frame > head(try) creates time 1 128.29508 1417392072 3 236.98361 1417392072 7 98.45902 1417392072 9 157.44068 1417392131 10 227.38333 1417392131 11 242.03390 1417392131 > str(try) 'data.frame': 102968 obs. of 2 variables: $ creates: …

r datetime dataframe unix-timestamp epoch
Convert epoch to date in sqlplus / Oracle

I have the following table: SQL> desc recording Name Null? Type -------------------- -------- ------ CAPTUREID NOT NULL NUMBER(9) STARTDATE …

oracle datetime date sqlplus epoch