If you are on Linux, you can launch a process while setting an environment variable for the lifetime of the process. Linux uses the environment variable TZ for time zone configuration. For example, the following command will run firefox using UTC timezone.
TZ=UTC firefox