tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
timezone_t
tango
stdc
posix
sys
time
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
timezone_t
version(!linux && darwin)
extern (
C
)
struct
timezone_t {
int
tz_minuteswest
;
int
tz_dsttime
;
}
struct
timezone_t
struct
timezone_t
Members
Variables
tz_dsttime
int
tz_dsttime
;
Undocumented in source.
tz_minuteswest
int
tz_minuteswest
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
time
functions
getitimer
gettimeofday
select
setitimer
utimes
structs
itimerval
timeval
timezone_t
variables
ITIMER_PROF
ITIMER_REAL
ITIMER_VIRTUAL