A. You can manually set the time zone in your shell environment by using the 'TZ' environment variable. For example, you can set it by running 'export TZ=America/New_York' (replace with your desired time zone).
B. If you need to frequently change time zones, consider creating a script that sets the 'TZ' variable for you, allowing for quick adjustments without needing to remember the command each time.