xref: /386bsd/usr/share/man/cat3/timezone.0 (revision a2142627)
1TIMEZONE(3)               386BSD Programmer's Manual               TIMEZONE(3)
2
3NNAAMMEE
4     ttiimmeezzoonnee - return the timezone abbreviation
5
6SSYYNNOOPPSSIISS
7     _c_h_a_r *
8     ttiimmeezzoonnee(_i_n_t _z_o_n_e, _i_n_t _d_s_t)
9
10DDEESSCCRRIIPPTTIIOONN
11     TThhiiss iinntteerrffaaccee iiss ffoorr ccoommppaattiibbiilliittyy oonnllyy;; iitt iiss iimmppoossssiibbllee ttoo rreelliiaabbllyy
12     mmaapp ttiimmeezzoonnee''ss aarrgguummeennttss ttoo aa ttiimmee zzoonnee aabbbbrreevviiaattiioonn..  SSeeee ccttiimmee((33))..
13
14     The ttiimmeezzoonnee() function returns a pointer to a time zone abbreviation for
15     the specifed _z_o_n_e and _d_s_t values.  _Z_o_n_e is the number of minutes west of
16     GMT and _d_s_t is non-zero if daylight savings time is in effect.
17
18SSEEEE AALLSSOO
19     ctime(3)
20
21HHIISSTTOORRYY
22     A ttiimmeezzoonnee() function appeared in Version 7 AT&T UNIX.
23
24BSD Experimental                 May 24, 1991                                1
25
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