.TZSTD - obtain standard time zone reference for locale.

Alternate Entry Name: _TZSTD

Usage:

B:
   %b/manif/t_ctrl
   tzref = .tzstd(locale);
C:
   #include <t_ctrl.h>
   _T_time_zone _tzstd(_T_locale locale);

Where:

locale
is a locale number representing a defined locale. A value of zero stands for the default locale.
tzref
is a time zone reference value for standard time within that locale.

Description:

.TZSTD returns the time zone reference value for standard time within a given locale.

See Also:

expl b tz
for background on time zones.

Copyright © 1996, Thinkage Ltd.