Time formats

This commit is contained in:
hjp 2003-10-11 22:48:27 +00:00
parent be2c23704a
commit 90aa4ca575
1 changed files with 2 additions and 0 deletions

View File

@ -113,9 +113,11 @@ HP-UX*10.*)
;; ;;
Linux*) Linux*)
export LC_COLLATE=POSIX export LC_COLLATE=POSIX
export LC_TIME=de_AT
;; ;;
esac esac
export NLS_LANG=american_america.WE8ISO8859P1 export NLS_LANG=american_america.WE8ISO8859P1
export NLS_DATE_FORMAT='YYYY-MM-DD HH24:MI:SS'
if [ -x /usr/bin/less ] if [ -x /usr/bin/less ]