Top "Timestamp" questions

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

MySQL Workbench: how do I set up "ON UPDATE" and CURRENT_TIMESTAMP?

SEE: Update timestamp column in Application or Database? I'm trying to model something similar in Workbench, but I don't know …

mysql timestamp utc mysql-workbench
How to access maven.build.timestamp for resource filtering

I am using maven 3.0.4 and would like to make the build timestamp accessible to my application. For this, I'm putting …

maven timestamp maven-3
How to generate random date between two dates using php?

I am coding an application where i need to assign random date between two fixed timestamps how i can achieve …

php date datetime timestamp
Generate unique file name with timestamp in batch script

In my .bat file I want to generate a unique name for files/directories based on date-time. e.g. Build-2009…

windows batch-file timestamp filenames
When to use datetime or timestamp

I've searched for this but no clear answers (especially on the latter). In what cases should you use a datetime …

mysql datetime timestamp
Creating DateTime from timestamp in PHP < 5.3

How do you create a DateTime from timestamp in versions less than < 5.3? In 5.3 it would be: $date = DateTime::createFromFormat(…

php datetime timestamp php-5.2
Which timestamp type should I choose in a PostgreSQL database?

I would like to define a best practice for storing timestamps in my Postgres database in the context of a …

postgresql timezone timestamp
Elasticsearch date format

I'm trying to send the following JSON input to elasticsearch but I'm obtaining a parser error. This the JSON input { "…

datetime elasticsearch timestamp datetime-format
Java : convert long to Timestamp

I know, how to convert a Timestamp to a long, with the getTime() method. Is there a method that convert …

java timestamp long-integer
Scala UTC timestamp in seconds since January 1st, 1970

How do I get the Scala UTC timestamp in seconds since January 1st, 1970?

scala timestamp utc