Top "Clock" questions

Hardware and system clocks used by drivers, OS and hardware languages.

How do I set the Windows system clock to the correct local time using C#?

How do I set the Windows system clock to the correct local time using C#?

c# .net windows windows-xp clock
What is the acpi_pm linux clocksource used for, what hardware implements it?

The file /sys/devices/system/clocksource/clocksource0/available_clocksource in my Linux box lists the following clock sources: tsc hpet …

linux time clock
How can I access NTP clock in java

I have a distributed program written in java. I want my nodes access a synchronized physical clock. I know NTP …

java clock ntp
Best way to update TextView, every minute, on the minute

My problem is similar to this one, How to update a widget every minute, however I only want to update …

android user-interface clock
How to deal with the amazon ec2's clock drift?

We have a couple of ec2 instances on amazon, and we used amazon AIM Linux to set up. The instance …

amazon-ec2 amazon clock drift
How to measure function running time in Qt?

I am calling argon2 - memory intensive hashing function in Qt and measuring its running time: ... QTime start = QTime::currentTime(); // …

c++ qt clock time-measurement qtime
Frequency divisor in verilog

i need a frequency divider in verilog, and i made the code below. It works, but i want to know …

verilog clock frequency circuit digital-logic
Clock synchronization quality on Windows Azure?

I am looking for quantitative estimates on clock offsets between VMs on Windows Azure - assuming that all VMs are …

synchronization azure clock
wrong numbers with clock_gettime and CLOCK_PROCESS_CPUTIME_ID

I'm on a 64bit Ubuntu 12.04 system and tried the following code: #include <unistd.h> #include <time.h&…

c precision clock timing gettime
Can I prevent an iOS user from changing the date and time?

I want to deploy managed iOS devices to employees of the company, and the app they will use will timestamp …

ios clock mdm