Search found 2 matches
- 31 Mar 2016 10:29
- Forum: DOS Batch Forum
- Topic: need function to turn clock back by 3 hours
- Replies: 4
- Views: 4766
Re: need function to turn clock back by 3 hours
Here is the background: I have a batch file that customizes newly installed copies of the Windows OS. Part of the batch file sets the timezone to EST. When this happens it advances the clock by 3 hours because Windows defaults to PST. Before you say anything; I know I could develop an automated inst...
- 31 Mar 2016 07:25
- Forum: DOS Batch Forum
- Topic: need function to turn clock back by 3 hours
- Replies: 4
- Views: 4766
need function to turn clock back by 3 hours
Hope someone can help with this. I am looking for a function I can use in a Windows batch file that will turn the clock back 3 hours from its "current" setting. Here are the requirements I foresee: - parse the "current" time (i.e. 2:42 PM) - calculate "current" time min...