how to set timezone brasil in postgres image code example
Example: timezone brasil postgresql
/* Query in your sql */
SHOW config_file;
/* Open config_file, search and update */
timezone='America/Sao_Paulo'
/* Query in your sql */
SHOW config_file;
/* Open config_file, search and update */
timezone='America/Sao_Paulo'