Re: Windows 2000 forest time synch

From: Joe C (anonymous_at_discussions.microsoft.com)
Date: 05/14/04


Date: Fri, 14 May 2004 15:36:03 -0700


     
     ----- Marin Marinov wrote: -----
     
     In article <5F8C8586-7E48-45C8-941A-6DCD6CCD522F@microsoft.com>,
     anonymous@discussions.microsoft.com says...
> I have a forest with 10 DC's, some of them are in other time zones (other states), and they always synchronize with the firts DC in the Forest. Does any one knows how can I disable this option in the DC's that have time difference so they can use his own time?
>
     Internally Windows uses UTC (Universal Time Coordinated), time zone
     offset is applied just for visualization purposes so you shouldn't have
     any problem with that. Is there any specific issue you are experiencing?
     --
     Cheers,
        Marin Marinov
        MCT, MCSE 2003/2000/NT4.0,
        MCSE:Security 2003/2000, MCP+I
     -
     This posting is provided "AS IS" with no warranties, and confers no
     rights.
     

Yes, when I change the time in one of my DC's that use other time (because of the time difference between cities) afer 30 or 40 minutes the server changes the time to the time in the first DC.



Relevant Pages

  • Re: Question about ISO8601 vs. strftime()
    ... online references to ISO8601 just get it wrong? ... that link only shows the form with the UTC ... but not the offset as far as I can tell. ... assumed to be in some local time zone. ...
    (comp.programming)
  • Re: Davis Weatherlink export problem
    ... It sticks with UTC and TZ offset. ... One could say that Davis are American and therefore the rest of the ... I've just reset the time zone to Hobart and it works fine. ...
    (uk.sci.weather)
  • Re: Windows 2000 forest time synch
    ... Internally Windows uses UTC, time zone ... offset is applied just for visualization purposes so you shouldn't have ...
    (microsoft.public.win2000.active_directory)
  • Re: time and again
    ... >> The processor marks time based upon UTC. ... a count of the number of seconds since some epoch date. ... Each time zone applied against your time standard needs to specify its ... local offset from UTC. ...
    (comp.programming)
  • Re: Strategies for time offsets
    ... There isn't a mechanism for a negative delta time within the quadword storage, though applications are certainly free to stuff a sign bit somewhere. ... The UTC format is often a better choice here, particularly when dealing with the storage of time values. ... And then, in the core of the program, I would simply need to do a LIB$ADD_TIMES and not have to worry about whether the offset is negative or positive. ... Barring cases where this timezone stuff is the bulk of the operation and there's nothing else around consuming more cycles or wallclock time -- I/O tends to be my go-to example here for massive overhead -- I'd tend to look to optimize this math stuff and any associated system call overhead later. ...
    (comp.os.vms)