Tagged Questions
Part of the measuring system used to sequence events, to compare the durations of events and the intervals between them, and to quantify rates of change such as the motions of objects.
125
votes
17answers
30k views
How can I determine a web user's time zone?
Is there a standard way for a Web Server to determine what Time zone offset a user is in?
From an HTTP header or part of the user-agent description,perhaps?
97
votes
3answers
32k views
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 output of time?
Which one is meaningful when benchmarking my app?
62
votes
6answers
29k views
How can I String.Format a TimeSpan object with a custom format in .NET?
What is the recommended way of formatting TimeSpan objects into a string with a custom format?
60
votes
13answers
33k views
How to measure execution time of command in windows command line?
Can this be done with standard means?
55
votes
6answers
42k views
How to get current time in Python
Can anybody tell what is the module/method used to get current time ???
48
votes
16answers
29k views
What are the free alternatives to basecamp for managing projects?
I just started freelancing after being employed. At my previous job we used basecamp to manage time and what to do on projects. I like basecamp a lot but I'm trying to cut costs as much as possible ...
45
votes
5answers
49k views
Convert to/from DateTime and Time in Ruby
How do you convert between a DateTime and a Time object in Ruby?
44
votes
5answers
4k views
Should I use Java date and time classes or go with a 3rd party library like Joda Time?
I'm creating a web based system which will be used in countries from all over the world. One type of data which must be stored is dates and times.
What are the pros and cons of using the Java date ...
44
votes
15answers
39k views
jQuery time picker
I'm looking to fill a text input with a time that the user can choose in 15 minute intervals. I know there are a few plugins out there. I was wondering if there was any “industry standard” plugin, or ...
34
votes
3answers
4k views
What's the difference between DateTime and Time in Ruby?
And what factors would cause me to choose one or the other?
34
votes
5answers
25k views
iPhone: How to get current milliseconds?
What is the best way to get the current system time milliseconds?
34
votes
4answers
14k views
time.sleep — sleeps thread or process?
In Python for the *nix, does time.sleep() block the thread or the process?
33
votes
8answers
8k views
Displaying the build date
I currently have an app displaying the build number in its title window. That's well and good except it means nothing to most of the users, who want to know if they have the latest build - they tend ...
33
votes
10answers
2k views
What should we do to prepare for 2038?
I would like to think that some of the software I'm writing today will be used in 30 years. But I am also aware that a lot of it is based upon the UNIX tradition of exposing time as the number of ...
32
votes
23answers
32k views
Python date time, get date 6 months from now
I am using the datetime module. I am looking to calculate the date 6 months from the current date. Could someone give me a little help doing this?
Edit: The reason I am wanting to generate a date 6 ...
26
votes
5answers
7k views
Generating statistics from Git repository
I'm looking for some good tools/scripts that allow me to generate a few statistics from a git repository. I've seen this feature on some code hosting sites, and they contained information like...
...
26
votes
9answers
24k views
Whats a Good Javascript Time Picker?
What's a good time picker for jquery or standalone js? I would like something like google uses in their calendar where it has a drop down of common times in 15min intervals or lets you manually type ...
26
votes
5answers
20k views
System.currentTimeMillis() vs. new Date() vs. Calendar.getInstance().getTime()
In Java, what are the performance and resource implications of using
System.currentTimeMillis()
vs.
new Date()
vs.
Calendar.getInstance().getTime()
As I understand it, ...
26
votes
6answers
15k views
Python - easy way to add N seconds to a datetime.time?
Given a datetime.time value in Python, is there a standard way to add an integer number of seconds to it, so that 11:34:59 + 3 = 11:35:02, for example?
These obvious ideas don't work:
>>> ...
25
votes
10answers
54k views
How to convert Milliseconds to “X mins, x seconds” in Java?
I want to record the time using System.currentTimeMillis() when a user begins something in my program. When he finishes, I will subtract the current System.currentTimeMillis() from the start variable, ...
25
votes
1answer
7k views
Java equivalent to C#'s TimeSpan
Does Java have a data type that represents a period of time eg 34 seconds, 5 minutes etc.
I've seen a few implementations of a TimeSpan that cover a Time period like from the 10th of December to the ...
24
votes
6answers
51k views
How do you format date and time in Android?
How do you format correctly according to the device configuration a date and time when having year, month, day, hour and minute?
22
votes
1answer
2k views
In Ruby on Rails, what's the difference between DateTime, Timestamp, Time and Date?
In my experience, getting dates/times right when programming is always fraught with danger and difficulity.
Ruby and Rails have always eluded me on this one, if only due to the overwhelming number ...
22
votes
14answers
9k views
What is the best way to parse a time into a Date object from user input in Javascript?
I am working on a form widget for users to enter a time of day into a text input (for a calendar application). Using JavaScript (we are using jQuery FWIW), I want to find the best way to parse the ...
21
votes
6answers
817 views
How do libraries in different programming languages handle Date & Time, Timestamps & Durations, Leapseconds & -years, DSTs & Timezones, …?
Is there a standard body or a specific normative way how time-related things should be implemented in practice (like ICU for Unicode-related tasks) or is this currently a "best-effort", depending on ...
21
votes
4answers
2k views
20
votes
5answers
979 views
How to stop time from running backwards on Linux?
Here's a little test I've written to verify that time does indeed only run forwards in Linux.
#include <time.h>
#include <sys/time.h>
bool timeGoesForwardTest2()
{
timeval tv1, tv2; ...
20
votes
6answers
14k views
How do I break down an NSTimeInterval into year, months, days, hours, minutes and seconds on iPhone?
I have a time interval that spans years and I want all the time components from year down to seconds.
My first thought is to integer divide the time interval by seconds in a year, subtract that from ...
19
votes
11answers
3k views
Ruby unit testing: how to fake Time.now?
What's the best way to set Time.now for the purpose of testing time-sensitive methods in a Unit test? Thanks!
19
votes
9answers
21k views
How to convert milliseconds into human readable form?
I need to convert an arbitrary amount of milliseconds into Days, Hours, Minutes Second.
For example:
10 Days, 5 hours, 13 minutes, 1 second.
I'm pretty sure that the trick is fairly simple, but I'm ...
18
votes
28answers
3k views
Recommended Web Based Time/Task Management Solution For Personal Use?
I know this is less programming related and more time management related, but I value the feedback of the users on this site. I'm finding myself particularly busy this semester, managing various ...
17
votes
5answers
4k views
What is AM/PM called?
I know what AM/PM stand for (ante-meridiem and post-meridiem), but what are they called?
For example, if I want a user to be able to select a time from drop down boxes with values 1-12, 00-60, and ...
17
votes
28answers
1k views
.NET time sinkholes?
What .NET issue have you run into that wasted hours and hours of your time, was nearly impossible to debug, and could have been easily avoided if you had known just one quirk of the framework?
16
votes
4answers
701 views
R: Display a time clock in the R command line
I wonder if there is a way to display the current time in the R command line, like in MS DOS, we can use "Prompt $T $P$G" to include the time clock in every prompt line.
Something like ...
16
votes
2answers
3k views
Python: Initialize a datetime object with seconds since epoch
The time module can be initialized using seconds since epoch:
>>> import time
>>> t1=time.gmtime(1284286794)
>>> t1
time.struct_time(tm_year=2010, tm_mon=9, tm_mday=12, ...
16
votes
5answers
312 views
Slicing a time range into parts
First question. Be gentle.
I'm working on software that tracks technicians' time spent working on tasks. The software needs to be enhanced to recognize different billable rate multipliers based on ...
16
votes
3answers
3k views
Python: user friendly time format
Python: I need to show file modification times in "1 day ago", "two hours ago", format.
Is there something ready to do that? It should be in english
16
votes
3answers
2k views
Writing a time function in Haskell
I'm new to Haskell and I'd like to be able to time the runtime of a given function call or snippet of code.
In Clojure I can use 'time':
user=> (time (apply * (range 2 10000)))
"Elapsed time: ...
16
votes
4answers
15k views
How accurate is python's time.sleep()?
I can give it floating point numbers, such as
time.sleep(0.5)
but how accurate is it? If i give it
time.sleep(0.05)
will it really sleep about 50 ms?
16
votes
7answers
21k views
iPhone: Convert date string to a relative time stamp
I've got a timestamp as a string like:
Thu, 21 May 09 19:10:09 -0700
and I'd like to convert it to a relative time stamp like '20 minutes ago' or '3 days ago'.
What's the best way to do this ...
16
votes
13answers
1k views
How do you give a valid time estimate for something you have never done?
As a new developer who is the only software guy on staff I have faced a few challenges but possibly the most difficult has been time estimates. I strugle every time I have to give a project estimate.
...
15
votes
14answers
806 views
How much time in a week a programmer should spend on coding and learning
I am final year college student. I am trying to figure out how much time i should spend on coding and learning.
15
votes
13answers
1k views
Software Project - Time Estimation
I am new to software project time estimation.
I have learned that people are using some techniques such as ‘Function point analysis’ , ‘Cocomo model’ etc.
Can you tell me the some of the latest and ...
15
votes
2answers
888 views
Why does tm_sec range from 0-60 instead of 0-59 in time.h?
My time.h has the following definition of tm:
struct tm {
int tm_sec; /* seconds after the minute [0-60] */
int tm_min; /* minutes after the hour [0-59] */
int tm_hour; /* hours since ...
14
votes
3answers
192 views
Why is the year value in Perl's localtime function (and C's tm struct) relative to 1900?
As all Perl programmer's (hopefully) know, the year value from a call to Perl's localtime function is relative to 1900. Wondering why this was, I took a look at the perldoc for localtime, and found ...
14
votes
6answers
585 views
Can you figure out this PHP timing issue?
Can anyone tell me why when I ran a script with the below contents and then stop it after 5 seconds that I need to divide the elapsed time by 2 to get the correct script execution time?
...
14
votes
2answers
4k views
How do you convert epoch time in C#?
How do you convert Unix epoch time into real time in C#? (Epoch beginning 1/1/1970)
14
votes
6answers
7k views
Calculating the Difference Between Two Java Date Instances
I'm using Java's java.util.date class in Scala and want to compare a date object and the current time. I know I can calculate the delta by using getTime():
(new java.util.Date()).getTime() - ...
14
votes
5answers
13k views
jQuery - How to tell .hover() to wait?
just a short qustion ..
I have a drop down menu. Now when it's slided down to multiple levels, I'd like it to add wait time for like 2 secs, before it disapears, so the user can get back in, when he ...
14
votes
5answers
9k views
How can I parse a time string containing milliseconds in it with python?
I am able to parse strings containing date/time with time.strptime
>>> import time
>>> time.strptime('30/03/09 16:31:32', '%d/%m/%y %H:%M:%S')
(2009, 3, 30, 16, 31, 32, 0, 89, -1)
...