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.

Joda - How to compare two DateTime objects without ignoring TimeZones

I am having a hard time comparing two DateTime objects that are in different TimeZones. What I already know: 1) I …

java datetime timezone jodatime epoch
Convert eg. 2012-05-25 to seconds since January 1 1970

I have a database where I save time as time() from php, which is seconds since 1 jan 1970. Is there any …

sql-server date time timespan epoch
When is std::chrono epoch?

std::chrono::time_point::time_since_epoch() returns a duration, referred to some time_point in the past. When is …

c++ c++11 epoch chrono
Getting human readable date from Epoch into variable

Okay, this is probably a very basic question; but, I'm just getting back in the saddle with Linux. I have …

linux bash epoch
How can I change the timezone of a datetime value in Perl?

Using this function: perl -e 'use Time::Local; print timelocal("00","00","00","01","01","2000"),"\n";' It will return an epochtime - but only …

perl timezone solaris epoch
Javascript Epoch Time In Days

I need the epoch time in days. I've seen posts on how to translate it to date but none in …

javascript epoch days
mm/dd/yyyy format to epoch with PHP

I have a mysql table that relies on the unix epoch time stamp equivalent of the date of the entry …

php timestamp epoch
What's the best way to get Epoch milliseconds in Perl?

It's easy to get Epoch-Seconds (timestamp) in perl: time But what's with milliseconds? The most effective way seems to be …

perl timestamp epoch
python: convert year/month/day/hour/min/second to # seconds since Jan 1 1970

I know how to do it in C and Java, but I don't know a quick way of converting year/…

python datetime time epoch
Oracle: epoch milleseconds to date/time with time zone included

I'm a PL/SQL newbie who needs to convert milleseconds since unix epoch to a date/time. I can convert …

oracle date time epoch zone