Top "Timestamp" questions

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

SQL Server: Cannot insert an explicit value into a timestamp column

When using this statement create table demo ( ts timestamp ) insert into demo select current_timestamp I get the following error: …

sql sql-server-2008 insert timestamp
Get current time as formatted string in Go?

What's the best way to get the current timestamp in Go and convert to string? I need both date and …

timestamp go
CURRENT_TIMESTAMP in milliseconds

Is there any way to get milliseconds out of a timestamp in MySql or PostgreSql (or others just out of …

mysql sql postgresql datetime timestamp
get UTC timestamp in python with datetime

Is there a way to get the UTC timestamp by specifying the date? What I would expect: datetime(2008, 1, 1, 0, 0, 0, 0) should result …

python datetime timestamp utc
How do I automatically update a timestamp in PostgreSQL

I want the code to be able to automatically update the time stamp when a new row is inserted as …

database postgresql timestamp
What does the 'Z' mean in Unix timestamp '120314170138Z'?

I have an X.509 certificate which has the following 2 timestamps: ['validFrom'] = String(13) "120314165227Z" ['validTo'] = String(13) "130314165227Z" What does the postfix …

timezone x509certificate unix-timestamp timestamp
Quickly getting to YYYY-mm-dd HH:MM:SS in Perl

When writing Perl scripts I frequently find the need to obtain the current time represented as a string formatted as …

perl datetime formatting timestamp
Swift - iOS - Dates and times in different format

I am working for an application written in swift and i want to manipulate dates and times let timestamp = NSDateFormatter.…

ios swift timestamp nsdateformatter
Getting a timestamp for today at midnight?

How would I go about getting a timestamp in php for today at midnight. Say it's monday 5PM and I …

php time timestamp