SET SCHEDULE TIME FORMAT







Syntax




   SET SCHEDULE TIME FORMAT @picture


Description




The default time system used when displaying the epochs associated with a schedule is called CALET for Calendar Ephemeris Time. This format provides a calendar format for epochs relative to Barycentric Dynamical Time. This format has the advantage that no knowledge of leapseconds is required in the interpretation of epochs. However, it may not be the format you want to see in schedule reports.

To change the format used when displaying the epochs of a schedule use issue the command:

   SET SCHEDULE TIME FORMAT @picture
where the ``picture'' is either a sample of how you would like epochs to be displayed or a detailed format created using the rules spelled out in the chapter ``About Time Formats.''

A sample picture might look like this:

   SET SCHEDULE TIME FORMAT 11:15 A.M. PST Mon Nov 16, 1998;
A detailed format specification corresponding to the sample looks like this

   SET SCHEDULE TIME FORMAT AP:MN AMPM PST Wkd Mon DD, YYYY ::UTC-8;


Examples




Suppose that the schedule MONDAYS contains the intervals of the standard work day at JPL for Mondays of November 1998, if we change the time format as shown

   SET SCHEDULE TIME FORMAT 11:15 A.M. PST Mon Nov 16, 1998;
 
   SET DURATION UNITS HOURS;
   endliteral
   then the display of the schedule MONDAYS will look like this:
   \literal
   Percy> show schedule mondays;
 
   Intervals in MONDAYS
 
   Interval  Start Time                       Duration
             Stop Time                         (hours)
   =====================================================
          1  08:00 A.M. PST Mon Nov 02, 1998       8.7
             04:42 P.M. PST Mon Nov 02, 1998
          2  08:00 A.M. PST Mon Nov 09, 1998       8.7
             04:42 P.M. PST Mon Nov 09, 1998
          3  08:00 A.M. PST Mon Nov 16, 1998       8.7
             04:42 P.M. PST Mon Nov 16, 1998
          4  08:00 A.M. PST Mon Nov 23, 1998       8.7
             04:42 P.M. PST Mon Nov 23, 1998
          5  08:00 A.M. PST Mon Nov 30, 1998       8.7
             04:42 P.M. PST Mon Nov 30, 1998


Related Topics




  1. Set Schedule Time Format
  2. Set Duration Units
  3. Set Duration Format
  4. Show Schedule
  5. About Schedules
  6. The Percy Help System