Top "Timestamp" questions

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

Output RFC 3339 Timestamp in Java

I want to output a timestamp with a PST offset (e.g., 2008-11-13T13:23:30-08:00). java.util.SimpleDateFormat does …

java timestamp rfc3339
How can I format a timestamp in Perl?

I would like to get this timestamps formatting: 01/13/2010 20:42:03 - - Where it's always 2 digits for the number except for the …

perl time format timestamp clock
Add Day to Timestamp

How do I add days to a timestamp? If my timestamp is 01-JAN-2011 11-09-05 and I add 2 days, I …

sql oracle timestamp date-arithmetic
MySQL Timestamp format

I have exported my database to a CSV file and the timestamp now liiks like this: 1384204028 How can I convert …

mysql sql date timestamp date-format
Creating a GregorianCalendar instance from milliseconds

I have a certain time in milliseconds (in a Timestamp object) and I want to use it to create a …

java timestamp gregorian-calendar
How to convert a 13 digit Unix Timestamp to Date and time?

I have this 13 digit timestamp 1443852054000 that i want to convert to date and time but dont succeed. I have tried …

php timestamp unix-timestamp
Unix timestamp in sqlite?

How do you obtain the current timestamp in Sqlite? current_time, current_date, current_timestamp both return formatted dates, instead …

sqlite timestamp unix-timestamp
SQL Server RowVersion/Timestamp - Comparisons

I know that the value itself for a RowVersion column is not in and of itself useful, except that it …

sql-server comparison timestamp inequality rowversion
Updating entry WITHOUT updating timestamp

I have a timestamp in a mysql table with attribute "ON UPDATE CURRENT_TIMESTAMP". Is there a way to manually …

mysql sql timestamp
One Mysql Table with Multiple TIMESTAMP Columns

I want to have one table with two TIMESTAMP columns. One column to keep track of when the record was …

mysql timestamp