Hi,
if [ "$has_gnudate" ]; then
LANG=C $has_gnudate -ud "1970-01-01 UTC + $secs sec" "$format"
else
Hmm... I just noticed that you're setting LANG=C here;
which is not enough since LC_ALL will override the value.
I'm not quite sure of the original intention;
I've checked the users
cg-log:
For local display; it should be okay to show the date in
localized format.
cg-mkpatch:
It might be intrusive to have a localized date in a patch;
so having a localized output of showdate is mostly undesirable,
but it will depend on the project you work on.
(The user can always unset locale)
regards,
junichi