Question: Getting TimeZone from FormatTime

The help page for StringTools:-FormatTime states that the %Z specifier returns the time zone, if available. On my system (linux), it just returns the string "???". For example,
 StringTools:-FormatTime("%Z");
                                     "???"
Is there a way to get this to work?
Please Wait...