Termux is an amazing app that provides a powerful terminal emulation environment on Android devices. One of the useful features that it provides is the ability to change the time zone. You can do this by setting the TZ environment variable. Here are the steps to do it:
Note that this change will only apply to the current Termux session. If you exit and restart Termux, you'll need to set the TZ variable again.
If you want to permanently set the time zone for Termux, you can do so by adding the following line to the .bashrc file:
Now, whenever you start a new Termux session, it will automatically use the time zone that you set in the .bashrc file.