home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / timezone.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. TIMEZONE(3)                UNIX Programmer's Manual                TIMEZONE(3)
  3.  
  4. NNAAMMEE
  5.      ttiimmeezzoonnee - return the timezone abbreviation
  6.  
  7. SSYYNNOOPPSSIISS
  8.      _c_h_a_r _*
  9.      ttiimmeezzoonnee(_i_n_t _z_o_n_e, _i_n_t _d_s_t)
  10.  
  11. DDEESSCCRRIIPPTTIIOONN
  12.      TThhiiss iinntteerrffaaccee iiss ffoorr ccoommppaattiibbiilliittyy oonnllyy;; iitt iiss iimmppoossssiibbllee ttoo rreelliiaabbllyy
  13.      mmaapp ttiimmeezzoonnee''ss aarrgguummeennttss ttoo aa ttiimmee zzoonnee aabbbbrreevviiaattiioonn..  SSeeee ccttiimmee((33))..
  14.  
  15.      The ttiimmeezzoonnee() function returns a pointer to a time zone abbreviation for
  16.      the specifed _z_o_n_e and _d_s_t values.  _Z_o_n_e is the number of minutes west of
  17.      GMT and _d_s_t is non­zero if daylight savings time is in effect.
  18.  
  19. SSEEEE AALLSSOO
  20.      ctime(3)
  21.  
  22. HHIISSTTOORRYY
  23.      A ttiimmeezzoonnee() function appeared in Version 7 AT&T UNIX.
  24.  
  25. BSD Experimental                 May 24, 1991                                1
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.