home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…e: Engineering & Science / Explore_the_World_of_Software_Engineering_and_Science_HRS_Software_1998.iso / programs / datetime / sunclock.txt < prev    next >
Text File  |  1997-09-18  |  864b  |  20 lines

  1. Sun Clock - PC Version
  2.  
  3. PC version by Dave Katz, <dkatz@merit.edu>, based on an X11 version
  4. by John Mackin, <john@cs.su.oz.AU>, based on a Suntools program
  5. by John Walker, <kelvin@acad.uu.NET>.
  6.  
  7. This program is a clock that shows which portion of the Earth's surface is
  8. illuminated by the Sun.  It displays the current time in both the local
  9. time zone and UTC.
  10.  
  11. To set your time zone correctly, put the following in AUTOEXEC.BAT:
  12.   set TZ=EST5EDT
  13. The "5" is the number of hours west of UTC for the local time zone,
  14. and "EST" and "EDT" are the strings to display for standard and daylight
  15. time, respectively.  Alter for your own time zone as need be.  If you
  16. don't set it, it will default to the Source of BSD Unix (PST8PDT).
  17.  
  18. This program is public domain and may be freely copied as long as the
  19. notices at the top of sunclock.c remain intact.
  20.