On 04/18/13 13:24, Donald Berry wrote: > If an invalid TZ argument is passed to /bin/date, > it silently fails but prints the UTC result
In the GNU system there is no such thing as an invalid TZ string. Every TZ string has some interpretation (typically as UTC). This is true not just for /bin/date, but for every other program.
