Multiple choice technology databases

What environment variable can have direct influence towards the output of the date command?

  1. TZ

  2. TMP

  3. TMPDIR

  4. SHLIB_PATH

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The TZ environment variable sets the timezone and directly affects how the date command displays time. It determines the time zone used for formatting dates. Options B and C (TMP, TMPDIR) are for temporary file directories. Option D (SHLIB_PATH) is for shared library search paths.