Top "Time" questions

How do you display JavaScript datetime in 12 hour AM/PM format?

How do you display a JavaScript datetime object in the 12 hour format (AM/PM)?

javascript datetime date time format
Get a UTC timestamp

How can I get the current UTC timestamp in JavaScript? I want to do this so I can send timestamps …

javascript time
What do 'real', 'user' and 'sys' mean in the output of time(1)?

$ time foo real 0m0.003s user 0m0.000s sys 0m0.004s $ What do 'real', 'user' and 'sys' mean in the …

unix time benchmarking
Measuring elapsed time with the Time module

With the Time module in python is it possible to measure elapsed time? If so, how do I do that? …

python time elapsed
How do I measure request and response times at once using cURL?

I have a web service that receives data in JSON format, processes the data, and then returns the result to …

curl time upload download measure
Oracle DateTime in Where Clause?

I have sql something like this: SELECT EMP_NAME, DEPT FROM EMPLOYEE WHERE TIME_CREATED >= TO_DATE('26/JAN/2011…

sql oracle time date-arithmetic
What is this date format? 2011-08-12T20:17:46.384Z

I have the following date: 2011-08-12T20:17:46.384Z. What format is this? I'm trying to parse it with Java 1.4 …

java date time format simpledateformat
How to recursively find and list the latest modified files in a directory with subdirectories and times?

Operating system: Linux Filesystem type: ext3 Preferred solution: bash (script/oneliner), ruby, python I have several directories with several subdirectories …

linux recursion time filesystems
How do I measure time elapsed in Java?

I want to have something like this: public class Stream { public startTime; public endTime; public getDuration() { return startTime - endTime; } } …

java time
How to convert date to timestamp?

I want to convert date to timestamp, my input is 26-02-2012. I used new Date(myDate).getTime(); It says …

javascript date time