Tags: time
Setting your PC clock to network time
November 4th, 2009Windows support the Network Time Protocol (NTP).
This article gives you the steps you must take in order to make your client pickup the time from the network and set your local clock.
net time /setsntp:myhostname
net stop w32time
net start w32t… more »
Summing an Excel time column and printing the results in hours
November 17th, 2008I use M$ Excel to help with project time-sheeting and billing. My bills are really simple and contain project id, project title and time spent in hours and minutes (h:mm). The project id and project title can be looked up on the issue tracker and filtere… more »