If, for example, a timezone needs to be changed, we need a way to set session variables. One way might be to add to the config file something like: ```yaml session_prefix_query: > SET time_zone='Etc/UTC'; ```