Top "Timestamp" questions

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

Convert date to timestamp for storing into firebase firestore in javascript

I'm currently using Math.floor(Date.now() / 1000) to get the correct timestamp format to add into a document in Firebase, …

javascript firebase date timestamp google-cloud-firestore
Timestamp string length

If I did this // Default implementation of UNIX time of the current UTC time TimeSpan ts = DateTime.UtcNow - new …

c# string timestamp utc string-length
How do I deserialize timestamps that are in seconds with Jackson?

I've got some JSON that has timestamps in seconds (i.e. a Unix timestamp): {"foo":"bar","timestamp":1386280997} Asking Jackson to …

java json timestamp jackson unix-timestamp
Change format of created_at in Rails 3.1?

I am calling the date a record was created at in a basic app running Rails 3.1. <%= @issue.created_at %&…

ruby-on-rails date timestamp ruby-on-rails-3.1
How can I insert current date and time into a file using Emacs?

What commands in Emacs can I use to insert into the text buffer of a file the current date and …

datetime emacs timestamp text-editor
Move folder between drives on NTFS and preserve timestamps

Sorry, I know this sounds like a newbie question. But seriously, I'm an experienced developer, and I understand that Windows 7 …

timestamp directory move ads ntfs
How can i insert timestamp with timezone in postgresql with prepared statement?

I am trying to insert to a timestamp with timezone field of my DB a string which includes date, time …

postgresql timestamp prepared-statement timestamp-with-timezone value-of
git: timezone and timestamp format

From git I can get the timestamp: "2011-10-04 12:58:36 -0600" but is there any way to show it as: "2011-10…

git timezone format timestamp timezone-offset
How to Insert TIMESTAMP Column into Redshift

I created a table in Redshift: create table myTable ( dateTime TIMESTAMP NOT NULL, ... ); However, when I try to insert a …

amazon-web-services timestamp amazon-redshift
How to test if a given time-stamp is in seconds or milliseconds?

Assume a given variable, it is containing a UNIX time-stamp, but whether it is in seconds or milliseconds format is …

python datetime timestamp unix-timestamp