Tagged Questions

1
vote
3answers
27 views

HLSL DirectX9: Is there a getTime() function or similar?

Hi all. I'm currently working on a project using C++ and DirectX9 and I'm looking into creating a light source which varies in colour as time goes on. I know C++ has a timeGetTime() function, but …
1
vote
1answer
49 views

Why is my time() off by one hour in php?

I am adding the current date and time to my database using the following code: $current_date_time = time(); echo date('n/j/y g:ia',$current_date_time); It shows up as 11/29/09 12:38am when it …
0
votes
1answer
45 views

WPF add a clock to my GUI

Simple Request - I want to be able to display the current time within my WPF application window. Are there free controls out there for this? Just need to display the time, nothing else.
0
votes
1answer
47 views

File modification time (seconds) on Unix

Hi there, On Unix, is there a command to display a file's modification time, precise to the second? On Linux this is easily done with a "stat -c %y", which returns something like 2009-11-27 …
-1
votes
2answers
17 views

Get interface and object from assembly at run time and pass them to generic class

Hello All I have two assembly's BALL and DALL.BALL have a interface ILoadClassand DALL have a class LoadClass. Now what is my problem that i need to load these assembly's at run time and pass them …
1
vote
2answers
45 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 line 1 When my PHP …
1
vote
3answers
73 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 it: (I should note …
0
votes
2answers
65 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 complicated :)
1
vote
2answers
35 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
80 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 What changes do I …
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 reading some …
1
vote
4answers
73 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 portion of it.) Is …
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 host, not on my lan …
0
votes
1answer
84 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 either it was missed …

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