home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / UTILITYS / TIMEZONE.ARK / TIMEZONE.DOC < prev    next >
Text File  |  1989-09-27  |  2KB  |  35 lines

  1.      *****************************************************************
  2.  
  3.                         Documentation for TIMEZONE
  4.  
  5.      *****************************************************************
  6.  
  7.  
  8. TimeZone is a program to display the time in cities around the world.
  9.  
  10. TimeZone will only work properly on microbees with a Real Time Clock chip 
  11. fitted. Having colour fitted is also very helpful; if you don't have 
  12. colour, then the screen display will come out looking very screwy indeed.
  13.  
  14. TimeZone expects the following files to be present on the current disk:
  15. WORLD.SCN     the screen display
  16. CITIES.TXT    the description file for cities and timezones. Each city has 
  17.               a line specifying 
  18.               a) the longitude of the city (west is -ve, east is +ve)
  19.               b) x position and y position of the time on the screen, so 
  20.               that the time can be displayed in the correct place on screen
  21.               c) finally, the name of the city.
  22.  
  23. Provision is made in the TurboPascal source for the date to be displayed 
  24. along with the time; all the logic is there to correctly compute the date, 
  25. but all the lines to display the date have been commented out - this 
  26. doesn't detract from the utility of the program though. If someone wants to 
  27. add the date to the time display, they are more than welcome to do so.
  28.  
  29. As distributed, there are only four cities in CITIES.TXT; if you wish to 
  30. add some more, go ahead, but remember to keep the display uncluttered.
  31.  
  32. TimeZone can be terminated by pressing the Escape key.
  33.  
  34. krd 1991
  35.