Top "Timestamp" questions

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

How to make elasticsearch add the timestamp field to every document in all indices?

Elasticsearch experts, I have been unable to find a simple way to just tell ElasticSearch to insert the _timestamp field …

mapping timestamp elasticsearch
PostgreSQL: Select data with a like on timestamp field

I am trying to select data from a table, using a "like" on date field "date_checked" (timestamp). But I …

postgresql timestamp sql-like
Alternative timestamping services for Authenticode

We perform code signing and timestamping for all our production builds. Occasionally (usually when we are about to RTM (!)) the …

timestamp code-signing
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
Using HQL to query on a date while ignoring the time on Oracle

I have a table (in Oracle 9 and up) where I need to find all entries for a given day using …

hibernate date timestamp hql
H2 database string to timestamp

Insertion of timestamps in H2 database Hello, I have to insert data like '17-09-2012 18:47:52.69'. Function PARSEDATETIME cuts …

h2 milliseconds timestamp
Update timestamp when row is updated in PostgreSQL

In MySQL, we can execute this where it updates the column changetimestamp every time the row is changed: create table …

postgresql timestamp
Select today's (since midnight) timestamps only

I have a server with PostgreSQL 8.4 which is being rebooted every night at 01:00 (don't ask) and need to get a …

postgresql date datetime timestamp postgresql-8.4
Generate an RFC 3339 timestamp similar to Google Tasks API?

I am in the process of building an app that syncs with Google Tasks. As part part of the syncing, …

javascript timestamp google-tasks-api rfc3339 google-tasks
Getting unix timestamp in milliseconds in PHP5 and Actionscript3

In Actionscript, the Unix timestamp in milliseconds is obtainable like this: public static function getTimeStamp():uint { var now:Date = new …

php actionscript-3 unix timestamp