home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / util / time / UnixClock.lha / UnixClock / UnixClock.doc < prev    next >
Encoding:
Text File  |  1997-02-13  |  1.3 KB  |  38 lines

  1.  
  2. unixclock - make the amiga hardware clock behave like a UNIX clock
  3.  
  4. © Copyright 1995 by Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be)
  5. © Copyright 1997 by Gunther Nikl (gnikl@informatik.uni-rostock.de)
  6.  
  7. -----------------------------------------------------------------------------
  8.  
  9. Unixclock  allows you to set your hardware clock to GMT (Greenwich Mean Time)
  10. and  have  the  correct time under UNIX-alikes (e.g. Linux/68k, NetBSD-Amiga,
  11. etc...) and AmigaOS.
  12.  
  13. It   reads   the   local   time  zone  from  the  Locale  prefs  and  patches
  14. battclock.resource,  so all hardware clock reads and writes will be converted
  15. from GMT to local time and vice versa.
  16.  
  17. Drop the program into the WBStartup drawer or put the following line in your
  18. `S:User-Startup' (i.e. after IPrefs):
  19.  
  20.     Run <>NIL: unixclock
  21.  
  22. You can remove unixclock by sending it a CTRL-C.
  23.  
  24. This version doesn't care about DST (Daylight Savings Time) yet.
  25.  
  26. History:
  27.  
  28. 1.1: - patch (de)installation now protected with Forbid()/Permit()
  29.      - pachtes rewritten in C (requires at least gcc 2.7.2)
  30.      - additional code cleanup
  31.  
  32. 1.0: - initial release
  33.  
  34. -----------------------------------------------------------------------------
  35.  
  36. This program is subject to the terms and conditions of the GNU General Public
  37. License.  See the file README.legal for more details.
  38.