Subject: | documentation suggestion: NLS_LANG needed |
In Synopsis, when showing the setting of NLS_DATE_FORMAT, note that this is ignored unless NLS_LANG is also set. So, e.g., also have a line like
$ENV{'NLS_LANG'} = 'american_america'
.. to ensure that the example code works.