home *** CD-ROM | disk | FTP | other *** search
/ Hobbies & Leisure - Plus Bible Study & Games / HobbiesLeisurePlusBibleStudyAndGamesMapleMedia1995.disc1of1.iso / solarw11 / readme.txt next >
Text File  |  1992-09-23  |  1KB  |  26 lines

  1. SolarWin - daylight position map for Windows 3.1
  2.  
  3. Windows version by Kevin Kelley, <kelley@merlin.hood.edu>, based on a
  4. PC version by Dave Katz, <dkatz@merit.edu>, based on an X11 version
  5. by John Mackin, <john@cs.su.oz.AU>, based on a Suntools program
  6. by John Walker, <kelvin@acad.uu.NET>.
  7.  
  8. This program is a clock that shows which portion of the Earth's surface is
  9. illuminated by the Sun.  It displays the current time in both the local
  10. time zone and UTC.  The map window can be moved and resized, and it's 
  11. position saved in the win.ini file.  Left mouse button brings up a menu,
  12. and holding the right button and moving the mouse repositions the window.
  13. The time line can be hidden with a menu choice.
  14.  
  15. To set your time zone correctly, put the following in AUTOEXEC.BAT:
  16.   set TZ=EST5EDT
  17. The "5" is the number of hours west of UTC for the local time zone,
  18. and "EST" and "EDT" are the strings to display for standard and daylight
  19. time, respectively.  Alter for your own time zone as need be.  If you
  20. don't set it, it will default to the Source of BSD Unix (PST8PDT).
  21.  
  22. Version 1.1 changes:
  23.    - Fixed bug in constructor where map sometimes didn't initialize
  24.       correctly.
  25.  
  26.