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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Oct 13 01:27:03 2005
This archive was generated by hypermail 2.1.8 : 2005-10-13 01:27:06 EST