Top "Timestamp" questions

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

Convert timestamps with offset to datetime obj using strptime

I am trying to convert time-stamps of the format "2012-07-24T23:14:29-07:00" to datetime objects in python using strptime …

python datetime timestamp rfc3339
Time measuring overhead in Java

When measuring elapsed time on a low level, I have the choice of using any of these: System.currentTimeMillis(); System.…

java timestamp overhead
Logstash replace @timestamp with syslog date

I'm a bit confused. I'm trying to pull out the syslog date (backfilling the logstash) and replace the @timestamp with …

filter timestamp logstash syslog logstash-grok
How can I return LocalDate.now() in milliseconds?

I create date now: ZoneId gmt = ZoneId.of("GMT"); LocalDateTime localDateTime = LocalDateTime.now(); LocalDate localDateNow = localDateTime.toLocalDate(); Then I want …

java-8 timestamp java-time localdate
How to convert date string to timestamp in Kotlin?

I want to convert a date string to unix timestamp from a date string e.g. 14-02-2018 Can someone …

date kotlin timestamp unix-timestamp
date + time to timestamp in angular2

Am trying to learn angular2+ and i want to make a GoogleCalendar's like scheduler app. After many research, i decided …

angular timestamp primeng taskscheduler
Oracle TIMESTAMP WITH TIMEZONE named zone vs offset

In oracle, is the named timezone always stored? I have been testing this column within our system, and in some …

oracle datetime timezone timestamp dst
Get current timestamp with milliseconds

I want to get current timestamp with milliseconds in PHP something like below, in JavaScript I use Date.now() 1436030635348 I …

php timestamp microtime
Converting string time into milliseconds

I have a set of individual json data, they each have a time stamp for when it was created in …

javascript datetime d3.js timestamp milliseconds
Add Timestamp to Trace.WriteLine()

In my C# .NET application I have an issue with the Trace.WriteLine()-method. I uses this method alot, and …

c# debugging timestamp trace