LC_TIME macro — Time formatting category
int LC_TIME
The LC_TIME macro expands to a constant integer, which sets the time-formatting category in a call to setlocale. The strftime (in <ctime>) function uses this information.
LC_TIME
setlocale
strftime
<ctime>