home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / tod.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  76 lines

  1.  
  2.  
  3. -------- SIMTEL20 Ada Software Repository Prologue ------------
  4. --                                                           -*
  5. -- Unit name    : package TOD_Utilities
  6. -- Version      : 1.0 (MOOV115)
  7. -- Author       : Geoffrey O. Mendal
  8. --              : Stanford University
  9. --              : Computer Systems Laboratory
  10. --              : Stanford, CA  94305
  11. --              : (415) 497-1414 or 497-1175
  12. -- DDN Address  : Mendal@SU-SIERRA.ARPA
  13. -- Copyright    : (c) 1985 Geoffrey O. Mendal
  14. -- Date created : Mon 11 Nov 85
  15. -- Release date : Sun 25 Dec 85
  16. -- Last update  : MENDAL Sun 25 Dec 85
  17. -- Machine/System Compiled/Run on : DG MV10000, ROLM ADE
  18. --                                  VAX 11/780, DEC ACS
  19. --                                  RATIONAL R1000
  20. -- Dependent Units : package CALENDAR
  21. --                   generic package Search_Utilities
  22. --                                                           -*
  23. ---------------------------------------------------------------
  24. --                                                           -*
  25. -- Keywords     :  TIME
  26. ----------------:  DAY
  27. ----------------:  DATE
  28. ----------------:  TIME CONVERSION
  29. ----------------:  DATE CONVERSION
  30. --
  31. -- Abstract     :  This package contains time-of-day conversion
  32. ----------------:  routines. One routine takes practically
  33. ----------------:  any time/date STRING and converts it to
  34. ----------------:  CALENDAR.TIME format. The other routine takes
  35. ----------------:  a CALENDAR.TIME value and converts it to a
  36. ----------------:  STRING containing the day name, full date,
  37. ----------------:  and time (resolution to the nearest second).
  38. --                                                           -*
  39. ------------------ Revision history ---------------------------
  40. --                                                           -*
  41. -- DATE         VERSION              AUTHOR     HISTORY
  42. -- 12/29/85     1.0 (MOOV115)     Mendal     Initial Release
  43. --                                                           -*
  44. ------------------ Distribution and Copyright -----------------
  45. --                                                           -*
  46. -- This prologue must be included in all copies of this software.
  47. --
  48. -- This software is copyright by the author.
  49. --
  50. -- This software is released to the Ada community.
  51. -- This software is released to the Public Domain (note:
  52. --   software released to the Public Domain is not subject
  53. --   to copyright protection).
  54. -- Restrictions on use or distribution:  NONE
  55. --                                                           -*
  56. ------------------ Disclaimer ---------------------------------
  57. --                                                           -*
  58. -- This software and its documentation are provided "AS IS" and
  59. -- without any expressed or implied warranties whatsoever.
  60. -- No warranties as to performance, merchantability, or fitness
  61. -- for a particular purpose exist.
  62. --
  63. -- Because of the diversity of conditions and hardware under
  64. -- which this software may be used, no warranty of fitness for
  65. -- a particular purpose is offered.  The user is advised to
  66. -- test the software thoroughly before relying on it.  The user
  67. -- must assume the entire risk and liability of using this
  68. -- software.
  69. --
  70. -- In no event shall any person or organization of people be
  71. -- held responsible for any direct, indirect, consequential
  72. -- or inconsequential damages or lost profits.
  73. --                                                           -*
  74. -------------------END-PROLOGUE--------------------------------
  75. -------
  76.