Hi there,
Changing the system time on any domain machine will cause you problems if it is over 5 minutes out from the DC. Kerberos requires time sync to protect against replay attacks and the like.
If you change the system time on your machine you're likely to get authentication errors. However w32time will also notice the time is skewed and correct this so you may have to keep 'correcting'.
Anyhow, to change the system time, you can grant the users the right:
Computer Configuration > Windows Settings > Security Settings > Local Policies ? User Rights Assignments > Change the system time.
If you add your users/group here, either on local policy or apply via a GPO, they should be able to change the time.
Tony