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.

Why is 1/1/1970 the "epoch time"?

Why is 1 January 1970 00:00:00 considered the epoch time?

unix time epoch
Convert a date format in epoch

I have a string with a date format such as Jun 13 2003 23:11:52.454 UTC containing millisec... which I want to convert in …

java datetime date epoch
Get Current date in epoch from Unix shell script

How to get the current date value in epoch i.e., number of days elapsed since 1970-1-1. I need …

unix shell epoch
converting epoch time with milliseconds to datetime

I have used a ruby script to convert iso time stamp to epoch, the files that I am parsing has …

python ruby datetime epoch
How do I get epoch time in C#?

Possible Duplicate: How do you convert epoch time in C#? I'm trying to figure out how to get the epoch …

c# datetime epoch
How to extract epoch from LocalDate and LocalDateTime?

How do I extract the epoch value to Long from instances of LocalDateTime or LocalDate? I've tried the following, but …

java time java-8 epoch java-time
PostgreSQL: how to convert from Unix epoch to date?

The statement gives me the date and time. How could I modify the statement so that it returns only the …

sql postgresql date type-conversion epoch
jquery convert number to date?

i have a json file that returns "date_created":"1273185387" in epoch format i want to convert it to something like …

jquery time epoch
Javascript Convert Date Time string to Epoch

so I give up...been trying to do this all day; I have a string that supplies a date and …

javascript datetime epoch
Converting Epoch time to date string

I have seen this question asked multiple times and none of the answers seem to be what i need. I …

java android epoch