Tagged Questions

6
votes
6answers
4k 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 fa …
1
vote
2answers
40 views

time_ago_in_words and localize

Is it possible to use time_ago_in_words with i18n.locale? how? thanks
0
votes
6answers
45 views

PHP Max Execution Time: Incorrect Reporting?

Hello all, Is there any reason for a PHP script to return a fatal error of: Fatal error: Maximum execution time of 60 seconds exceeded in H:\xampplite\htdocs\mlm\tera.php on lin …
1
vote
3answers
70 views

Get Diffrence Between Two Times (Unix Epoc)

You know when it's late in the night and your brain is fried? I'm having one of those nights right now, and my function so far is not working as it should, so please take a look at …
0
votes
2answers
58 views

[objective-C] get time between two times of the day

Hey, I've already tried with NSDate but with no luck. I want the difference between for example 14:10 and 18:30. Hours and minutes. I Hope you can help me shouldn't be that comp …
0
votes
2answers
22 views

How to get the browser/client time when the page loads in portlet

Hi, How can i get the browser/client time when the page loads in portlet. I need to do an algorithm based on the clients time zone, What it means is that during the render phase …
1
vote
2answers
34 views

Is there an API for time zones based on IP address?

i want an API of time zones which is based on IP address to be used in php.
0
votes
2answers
78 views

How get hours:minutes

Hi, I have a script here (not my own) which calculates the length of a movie in my satreceiver. It displays the length in minutes:seconds I want to have that in hours:minutes W …
1
vote
4answers
72 views

CPU running time of a portion of code

Hi I would like to know the CPU time used by a portion of code.( I am aware of the time command in linux, but that would give me the running time of the complete program, not a p …
1
vote
1answer
165 views

Time performance in Release mode: a grotesque difference in VC++ 2008 and VC++ 2005 Express Edition

Hi, I ran the same project (with the same configuration properties) in VC++ 2008 and in VC++ 2005 Express Edition. I got surprised with difference in time preformance between them: …
0
votes
1answer
49 views

How can my Ruby “Time.now” timings be so low when my “ping” timings are so high?

I'm using MongoDB for the first time and trying to time its performance. I'm running ruby on a VirtualBox Ubuntu 9.10 guest with a Windows 7 64-bit host. MongoDB is on a remote …
1
vote
6answers
81 views

Measuring online time on website

Hello! I would like to measure how much time a user spends on my website. It's needed for a community site where you can say: "User X has been spending 1397 minutes here." After …
6
votes
8answers
3k views

How can I measure time with microsecond precision in Java?

I saw on the Internet that I was supposed to use System.nanoTime() but that doesn't work for me - it gives me the time with milliseconds precision. I just need the microseconds bef …
0
votes
1answer
81 views

System.currentTimeMillis() returns always 0 on Motorola Droid

The call to System.currentTimeMillis() returns always 0 on Motorola Droid, Android 2.0. There is no mentioning in changes to System in the API differences between 2.0 and 1.5, so …
0
votes
1answer
44 views

Convert a summer date to utc in the winter?

The function mktime takes a struct tm as argument. One of the members of struct tm is tm_isdst. You can set this to 1 for wintertime, 0 for summertime, or -1 if you don't know. H …

1 2 3 4 5 36 next
15 30 50 per page