/usr/sbin/tzconfig is in tzdata 2016j-0ubuntu0.12.04.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
echo "WARNING: the tzconfig command is deprecated, please use:"
echo " dpkg-reconfigure tzdata"
|