Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

File Format Reference Pages locale(4)
era_year
Denes the string used to represent the year in alternate-era format corresponding to
the %Ey eld descriptor. The string can contain any combination of characters and
eld descriptors.
era_d_fmt
Denes the string used to represent the date in alternate-era format corresponding to
the %Ex eld descriptor. The string can contain any combination of characters and
eld descriptors.
era_t_fmt
Denes the locales alternative time format, as represented by the %EX eld descrip-
tor for strftime().
era_d_t_fmt
Denes the locales alternative date and time format, as represented by the %Ec eld
descriptor for strftime().
alt_digits
Denes alternate strings for digits corresponding to the %O eld descriptor. Recog-
nized values consist of a group of semicolon-separated strings. The rst string
represents the alternate string for 0 (zero), the second string represents the alternate
string for 1, and so on. A maximum of 100 alternate strings can be specied.
m_d_recent
Denes the string used to print out month/date/time format for some commands (ls,
nd, who, ar). This format corresponds to the "%b %e %H:%M" format for the
POSIX locale. (Optional)
m_d_old Denes the string used to print out month/date/year format for some commands (ls,
nd, who, ar). This format corresponds to the "%b %e %Y" format for the POSIX
locale. (Optional)
The LC_TIME locale denition source le uses eld descriptors to represent elements of time
and date formats. Combinations of these eld descriptors create other eld descriptors or create
time and date format strings. When used in format strings containing eld descriptors and other
characters, eld descriptors are replaced by their current values. All other characters are copied
without change. The following eld descriptors are used by commands and subroutines that
query the LC_TIME category for time formatting:
%a Represents the abbreviated weekday name (for example, Sun)dened by the abday
statement.
%A Represents the full weekday name (for example, Sunday)dened by the day state-
ment.
%b Represents the abbreviated month name (for example, Jan)dened by the abmon
statement.
%B Represents the full month name (for example, January)dened by the month state-
ment.
%c Represents the date and time format dened by the d_t_fmt statement.
527188-004 Hewlett-Packard Company 1125