Top "Timestamp" questions

A timestamp is the time at which an event is recorded by a computer system.

How to convert date strings to timestamp without knowing the date format

I am trying to write a query to insert a value into a timestamp with no timezone data type field. …

postgresql timestamp date-format bulk-load postgresql-copy
Update one column to value of another in Rails migration

I have a table in a Rails app with hundreds of thousands of records, and they only have a created_…

ruby-on-rails activerecord migration timestamp
git rebase without changing commit timestamps

Would it make sense to perform git rebase while preserving the commit timestamps? I believe a consequence would be that …

git timestamp git-rebase
Convert iso timestamp to date format with Javascript?

This seems like a pretty simple question but I can't seem to get an answer for it. How can I …

javascript jquery date timestamp iso
How to get Timestamp of UTC time with Golang?

I want to convert UTC time string to unix timestamp. I do this fmt.Printf("%s %d\n", time.Now().…

go timestamp unix-timestamp
Converting a carbon date to mysql timestamp.

I have a timestamp variable column in a mysql database. Trying to convert a carbon timestamp to something that I …

php mysql laravel timestamp php-carbon
how to convert date and time to timestamp in php?

i have a date '07/23/2009' and a time '18:11' and i want to get a timestamp out of …

php date datetime timestamp mktime
How can I keep the original file [commit] timestamp on Subversion?

I want to be sure that if I commit something in Subversion from one machine, and I checkout on another, …

svn datetime timestamp
determine when user created facebook account

I am trying to determine when a user joined facebook. So far what I have come up with is scanning …

facebook timestamp account
MySQL datetime fields and daylight savings time -- how do I reference the "extra" hour?

I'm using the America/New York timezone. In the Fall we "fall back" an hour -- effectively "gaining" one hour …

php mysql datetime timestamp dst