[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1605.0. "Time management/DECmcc Ultrix" by PADIS::PERIE () Mon Oct 07 1991 08:27

    
    Is there a relation between DECmcc/Ultrix DATE and TIME and ULTRIX DATE
    and TIME ?
    If I use the qualifier "AT EVERY 0:30" , what does happen if the legal
    time was modified ?  What is exacly stored in the MIR ?
    
    In the DIRECTOR to DIRECTOR communication , is there a synchronization
    of DATE and TIME ?
    
    Thanks a lot. 
                                            Isabelle.
    
T.RTitleUserPersonal
Name
DateLines
1605.1DECmcc time is UTCTOOK::T_HUPPERThe rest, as they say, is history.Tue Oct 08 1991 14:2625
    RE .0:
    
    DECmcc uses the system time of whatever OS it is running on.  This is
    converted into the UTC (Universal Coordinated Time) time that DECmcc
    uses internally.  UTC time is the same everywhere.  Only the timezone
    offset changes from place to place.
    
    If you are performing scheduling at the MCC_CALL interface using your
    "AT EVERY 0:30" and the system time is changed somewhere in the middle
    of execution, the scheduled times will track the new system time (they
    will also shift).
    
    Time stored in the MIR is actually a breakout of the UTC time.  The UTC
    time value and TDF (timezone offset from GMT) are the components
    stored.  They are broken out because they become part of the record keys.  
    Inaccuracy and version of UTC structure are lost.  
    
    In director to director communication, it is assumed that each director
    has a correctly set system time.  Thus, the UTC time values used by
    the directors will be the same, no matter where on earth they are
    located.  Only the TDFs should be different between the directors. 
    DECmcc itself takes no responsibility for ensuring that the different
    system times match.  A facility such as DECdts or NTP has that task.
    
    Ted
1605.2ThanksPADIS::PERIEThu Oct 10 1991 05:543
    Thanks a lot for your clear answer.
    Regards,
                          Isabelle.