Module Name: src Committed By: kre Date: Thu Dec 26 03:23:28 UTC 2024
Modified Files: src/bin/sh: var.c Log Message: Fix a bug from when the ToD variable was added (July 2017) where if TZ is unset, and ToD_FORMAT contains and strftime() conversions which need to know the zone, bad things happen. Amazing that no-one (incl me) ever noticed this. XXX pullup -9, pullup -10 (and -8 from 8.0_RC1 onwards ... sigh) To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/bin/sh/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.