Hide Forgot
Description of problem: Mock has long time copied /etc/localtime from build system into chroot to get correct tzdata. Change b1f18b0cb4c70e9542049963eefda508a4e3e23 added TZ with hardcoded value into environment breaking local time in chroot. Version-Release number of selected component (if applicable): 1.1.16, 1.1.17 How reproducible: Always. Suggested fix: Don't set TZ.
Ahh, I didn't think of that when setting up the cleaned-up environment I'll drop TZ from the environment.
Thanks. Removing that one line which sets TZ was enough to fix the issue for me.