Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Time / Date stamp completely wrong
Name: Mikeee Date: June 10, 2002 at 02:33:16 Pacific
Comment:
I have a NT server that runs in its own domain that has a problem registering the correct date /time.
If you map a drive to the server and create a new file the time stamp is always 8 hours ahead. However when you create a new file directly on the server, the stamp reflects the correct date/time.
All time and regional settings on the server / workstations are correct. The server doesnt sync with any other server for the time either.
Name: DaveStL Date: June 10, 2002 at 07:03:32 Pacific
Reply:
Almost looks like you're picking up Zulu (GMT) time if you're in the American continent. If so, perhaps there's something in the configuration of the app that you're creating the file with that is causing it to create files using Zulu time. Just a guess.
0
Response Number 2
Name: Mikeee Date: June 11, 2002 at 05:44:27 Pacific
Reply:
Thats what I originally thought but I have been through every thing like that.
The trouble is that when creating new files / documents / whatever the date record is fine, only when you look from any workstation you see a different time and usually a different date????
0
Response Number 3
Name: DaveStL Date: June 11, 2002 at 06:37:53 Pacific
Reply:
Take a look at article Q176987 on Microsoft's web site and see if this helps.
Summary: I would like to check a file for a date stamp/timestamp and check if the date matches the current system date. Then I would like to call in another batch job which I have all ready setup. ...
Summary: I need to copy a file to an shared drive on my server. The file will be backed up daily as a scheduled task. I need a batch file that will copy the file to a designated folder including a date/time st...