<?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[Default Timezone]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">When I use CURRENT_TIMESTAMP as a default value in the Databases, it's not the right Timezone.</p>
<p dir="auto">I tried 2 things so far :</p>
<ul>
<li>
<p dir="auto">SET GLOBAL time_zone in a new query, but it says I don't have enough privileges</p>
</li>
<li>
<p dir="auto">CONVERT_TZ(NOW(), 'GMT', 'MET') as a default value, but I get this :<br />
<img src="/assets/uploads/files/1590998524177-44d989ad-2540-476a-9aed-5d8ea5f8b7b8-image.png" alt="44d989ad-2540-476a-9aed-5d8ea5f8b7b8-image.png" class="img-responsive img-markdown" /><br />
It's not the first time I have this kind of error, sometimes I just refresh my page and it works, sometimes (like now) not.</p>
</li>
</ul>
<p dir="auto">How to set the time_zone I want please <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /> ?</p>
]]></description><link>https://community.appdrag.com/topic/91/default-timezone</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 08:35:06 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/91.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Jun 2020 08:03:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Default Timezone on Mon, 01 Jun 2020 12:22:15 GMT]]></title><description><![CDATA[<p dir="auto">Ok I'll go with that, thanks !</p>
]]></description><link>https://community.appdrag.com/post/256</link><guid isPermaLink="true">https://community.appdrag.com/post/256</guid><dc:creator><![CDATA[Pierre SULPICE]]></dc:creator><pubDate>Mon, 01 Jun 2020 12:22:15 GMT</pubDate></item><item><title><![CDATA[Reply to Default Timezone on Mon, 01 Jun 2020 08:12:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello Pierre,</p>
<p dir="auto">Default value is for "values" (string, numbers) or a restrained formulas list we manually authorized like "NOW()". You won't be able to do what you're trying.</p>
<p dir="auto">I suggest you to keep your dates in the default timezone (UTC) and to convert it when you select your data (with MySQL) or do a process on your frontend (JS)</p>
]]></description><link>https://community.appdrag.com/post/253</link><guid isPermaLink="true">https://community.appdrag.com/post/253</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Mon, 01 Jun 2020 08:12:16 GMT</pubDate></item></channel></rss>