LXC should take the UTC as the default timezone for the guest. To set a custom timezone, you need to manually run this:
ln -sf /usr/share/zoneinfo/Asia/Dhaka /etc/localtime
In our case, we set the Asia/Dhaka as the default timezone. For Ubuntu based systems, you may use ‘tzdata’ package.