JBASE_TIMEZONE

Man Page Index


Description
Setting this environment variable sets the timezone to use for UTF8 timestamp conversion into local time for display. This will have no effect unless internationalisation is switched on using JBASE_I18N.

Values
Any valid timezone. Use the jtimezones command for a list of supported timezone values.

Default
Not set.

Setting

Unix
export JBASE_TIMEZONE=EST5EDT
 

Windows
set JBASE_TIMEZONE=EST5EDT

Notes
More information on Internationalization can be found in the jBASE Internationalization manual


ENV