Top "Timestamp" questions

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

How to convert java.sql.timestamp to LocalDate (java8) java.time?

In Java 8, how can I convert a Timestamp (in java.sql) to a LocalDate (in java.time)?

java timestamp java-8 localtime java-time
Timestamp Difference In Hours for PostgreSQL

Is there a TIMESTAMPDIFF() equivalent for PostgreSQL? I know I can subtract two timestamps to get a postgresql INTERVAL. I …

sql postgresql timestamp
Get current time in milliseconds using C++ and Boost

In my thread (using boost::thread) I need to retrieve the current time in ms or less and to convert …

c++ boost time timestamp milliseconds
Convert timestamp to string

In java I need to display 'time of the program start' It must be in String. How do I get …

java string timestamp joptionpane
How to convert UTC timestamp to device local time in android

I need to convert the UTC time stamp that i get from the server to local device time. currently i …

android timestamp utc
Insert date time in google document

I would like to insert a timestamp (date and/or time) into Google Documents. The support documentation () says that there …

google-apps-script timestamp google-docs
What exactly does the T and Z mean in timestamp?

I have this timestamp value being return by a web service "2014-09-12T19:34:29Z" I know that it means …

python datetime timestamp strftime rfc3339
Getting timestamp using MySQL

How can I get the current timestamp using a mysql query?

mysql timestamp
Convert this string to timestamp PHP

I have this string: "13/10 15:00" and I would like to convert it to timestamp but when I do this: $timestamp = strtotime("13/10 15:00"); …

php timestamp strtotime date-conversion
Spark DataFrame TimestampType - how to get Year, Month, Day values from field?

I have Spark DataFrame with take(5) top rows as follows: [Row(date=datetime.datetime(1984, 1, 1, 0, 0), hour=1, value=638.55), Row(date=datetime.datetime(1984, 1, 1, 0, 0), …

python timestamp apache-spark pyspark