Top "Timestamp" questions

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

How to convert integer timestamp to Python datetime

I have a data file containing timestamps like "1331856000000". Unfortunately, I don't have a lot of documentation for the format, so …

python datetime timestamp
What does this format means T00:00:00.000Z?

Can someone, please, explain this type of format in javascript T00:00:00.000Z And how to parse it?

javascript time timezone timestamp format
iPhone: How to get current milliseconds?

What is the best way to get the current system time milliseconds?

ios iphone time timestamp current-time
How to convert a unix timestamp (seconds since epoch) to Ruby DateTime?

How do you convert a Unix timestamp (seconds since epoch) to Ruby DateTime?

ruby datetime timestamp
Difference between timestamps with/without time zone in PostgreSQL

Are timestamp values stored differently in PostgreSQL when the data type is WITH TIME ZONE versus WITHOUT TIME ZONE? Can …

postgresql types timestamp timezone
Timestamp to human readable format

Well I have a strange problem while convert from unix timestamp to human representation using javascript Here is timestamp 1301090400 This …

javascript timestamp
Current time in microseconds in java

On a Unix system, is there a way to get a timestamp with microsecond level accuracy in Java? Something like …

java timestamp
How to select rows that have current day's timestamp?

I am trying to select only today's records from a database table. Currently I use SELECT * FROM `table` WHERE (`timestamp` &…

mysql sql timestamp
Java Date cut off time information

I have a Java Date object containing date and time information. I want to write a method that cuts off …

java date time timestamp
Convert LocalDate to LocalDateTime or java.sql.Timestamp

I am using JodaTime 1.6.2. I have a LocalDate that I need to convert to either a (Joda) LocalDateTime, or a …

java timestamp jodatime