<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PostGres&#x2F;Webrun com uma Hora a mais na exibição do Componente]]></title><description><![CDATA[<p dir="auto">Dento do Postgres, ele sempre mostra uma hora a mais, verificando seia alguma configuração no webrun tbem, alguem poderia me ajudar?</p>
]]></description><link>https://forum.softwell.com.br/topic/31249/postgres-webrun-com-uma-hora-a-mais-na-exibição-do-componente</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 19:53:42 GMT</lastBuildDate><atom:link href="https://forum.softwell.com.br/topic/31249.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Jan 2022 14:28:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PostGres&#x2F;Webrun com uma Hora a mais na exibição do Componente on Thu, 27 Jan 2022 14:37:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coordpaulo">@<bdi>coordpaulo</bdi></a> Eu tive esse problema e a solução que achei foi forçar o campo a pegar o timezone que eu queria, fiz assim:</p>
<p dir="auto">ALTER TABLE IF EXISTS public.minha_tabela<br />
ADD COLUMN IF NOT EXISTS data_hora_emissao timestamp(0) without time zone DEFAULT timezone('America/Recife'::text, now());</p>
<p dir="auto">talvez tenha até uma opção de mudar isso direto na configuração do postgres</p>
]]></description><link>https://forum.softwell.com.br/post/41188</link><guid isPermaLink="true">https://forum.softwell.com.br/post/41188</guid><dc:creator><![CDATA[diogodmsena]]></dc:creator><pubDate>Thu, 27 Jan 2022 14:37:28 GMT</pubDate></item></channel></rss>