Top "Unix-timestamp" questions

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

Given a Unix timestamp, how to get beginning and end of that day?

I have a Unix timestamp like this: $timestamp=1330581600 How do I get the beginning of the day and the end …

php timestamp strtotime unix-timestamp
Check whether the string is a unix timestamp

I have a string and I need to find out whether it is a unix timestamp or not, how can …

php datetime time unix-timestamp
Date string conversion to unix timestamp in JavaScript / jQuery

I have date string in this format: 2009-07-15 00:00:00 - 2009-07-15 08:16:23 Could anyone help me to tweak the date …

javascript jquery unix-timestamp
Do unix timestamps change across timezones?

As the subject asks; do UNIX timestamps change in each timezone? For example, if I sent a request to another …

timezone unix-timestamp
how to convert a string to a Unix timestamp in javascript?

I want to convert a string "2013-09-05 15:34:00" into a Unix timestamp in javascript. Can any one tell how to …

javascript string time unix-timestamp
How should unix timestamps be stored in int columns?

I have a logging table that will contain millions of writes for statistical reasons. All the columns are int foreign …

mysql datetime unix-timestamp
UNIX_TIMESTAMP in SQL Server

I need to create a function in SQL Server 2008 that will mimic mysql's UNIX_TIMESTAMP(). Thanks in advance !

sql sql-server sql-server-2008 unix-timestamp
Converting TIMESTAMP to unix time in PHP?

Currently I store the time in my database like so: 2010-05-17 19:13:37 However, I need to compare two times, and …

php timestamp unix-timestamp epoch
Moment.js: Date.now() javaScript analogue

Is there any simple way to get a number of milliseconds elapsed since 1 January 1970 00:00:00 UTC simular the Date.now() javaScript …

javascript unix-timestamp utc momentjs
How to Insert custom date into mysql timestamp field?

I have tried to insert date and time string formatted into mysql timestamp field by using following two methods but …

mysql datetime timestamp unix-timestamp