tzinfo_ctx_t
extern void tzinfo_tm_to_ctx(const struct tm *, tzinfo_ctx_t *);
get_zone_default_context(tzinfo_ctx_t *ctx)
get_zone_context(time_t t, tzinfo_ctx_t *ctx)
(void) memset(ctx, 0, sizeof (tzinfo_ctx_t));
tzinfo_ctx_t ctx;
tzinfo_tm_to_ctx(const struct tm *tmp, tzinfo_ctx_t *ctx)
tzinfo_ctx_t ctx;