]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dtrace: honor LC_NUMERIC for %'d and alike, and LC_TIME for %T
authoravg <avg@FreeBSD.org>
Thu, 3 Dec 2020 11:59:40 +0000 (11:59 +0000)
committeravg <avg@FreeBSD.org>
Thu, 3 Dec 2020 11:59:40 +0000 (11:59 +0000)
commitc2fd06243ecdf6343e33b70863837a605655972b
treedae0eb3dc4e532fe98aa82403949ed98ca90ea51
parent634456c98a72f661c653f15e329619915c15bd5b
dtrace: honor LC_NUMERIC for %'d and alike, and LC_TIME for %T

Note that the public documentation on dtrace.org fails to mention %T and
incorrectly documents %Y.  The latter actually uses format "%Y %b %e %T"
where %b is always in C locale.

Discussed with: markj
MFC after: 1 month
Sponsored by: Panzura
cddl/contrib/opensolaris/cmd/dtrace/dtrace.c