<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>TimeZone Changes during day light saving</title><link>https://community.appian.com/discussions/f/general/21260/timezone-changes-during-day-light-saving</link><description>HI, 
 
 Does appian takes care of Day-light saving when the time changes in winter?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/83479?ContentTypeID=1</link><pubDate>Thu, 08 Jul 2021 16:34:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63e9a8e4-8acc-40ed-ba0b-b30548eedcc7</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;In other words, why is ANYTHING in NAM timezone? Convert everything to UTC timezone, the DB and the Appian instance, then find the setting to allow all the users to set their own timezones for display.&amp;nbsp; Everyone can see whatever times they want, and all the times will be consistent in the App and the DB.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/83388?ContentTypeID=1</link><pubDate>Tue, 06 Jul 2021 13:41:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0063e168-2f7a-4a48-b03f-8c574aa9855a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;A good setup is to have all systems run at UTC internally and all timestamps stored in DB are UTC. Then Appian will happily translate that into the users time zone whenever needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/83386?ContentTypeID=1</link><pubDate>Tue, 06 Jul 2021 13:36:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3d46d51-ae10-4999-953c-246cd0b75f7c</guid><dc:creator>Furman</dc:creator><description>&lt;p&gt;I have not understood your suggesting. Are you able to provide more details what we should change?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/83227?ContentTypeID=1</link><pubDate>Thu, 01 Jul 2021 12:10:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cfca530f-43ba-4d07-a424-373ce96f66c0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is a broken setup to be honest&amp;nbsp;and&amp;nbsp;creates a huge maintenance hell over time. Think about&amp;nbsp;&amp;nbsp;&amp;quot;&lt;span&gt;Users want to see all Date and Times in GMT. Date and Time in DB should be also saved as GMT.&amp;quot; ... just that sentence in context of everything else is set to NAM, is mind bending like &amp;quot;Are you sure that you do not want to cancel the rejection of the request?&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;My suggestion would be to go all in UTC.&lt;/p&gt;
&lt;p&gt;Sorry ....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/83225?ContentTypeID=1</link><pubDate>Thu, 01 Jul 2021 11:48:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d26a1a3-3085-4dd2-8e74-223ac8069a5b</guid><dc:creator>Furman</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;Let me explain the context.&lt;/p&gt;
&lt;p&gt;1. Our Appian app and oracle DB are in NAM timezone.&lt;/p&gt;
&lt;p&gt;2. Timezone for all users is set by admin as &amp;quot;America/New_York&amp;quot; and users are not able to change it (option disabled by admin)&lt;/p&gt;
&lt;p&gt;3. Users want to see all Date and Times in GMT. Date and Time in DB should be also saved as GMT.&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp; If on UI user provide date and time (search criteria) then when we save it to database we use local conversion like below:&lt;/p&gt;
&lt;p&gt;local(save!value,&amp;quot;America/New_York&amp;quot;)&lt;/p&gt;
&lt;p&gt;3. When we retrieve DateTime from database to show previously used date time criteria we use gmt conversion as below:&lt;/p&gt;
&lt;p&gt;gmt(local!itemObj.callbackts,&amp;quot;America/New_York&amp;quot;)&lt;/p&gt;
&lt;p&gt;4. When we export data from DB to XML business expected to send GMT so in our expression that build XML text we used conversion like this:&lt;/p&gt;
&lt;p&gt;datetext(local(gmt(ri!tradeDetails.crdate,&amp;quot;America/New_York&amp;quot;),&amp;quot;Europe/London&amp;quot;), &amp;quot;MM/dd/yyyy HH:mm:ss&amp;quot;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Our concern is that - will it work properly when daylight saving time period is end?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/82948?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 16:49:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:748c728e-8835-46c7-98b3-2a1d48618c37</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;As I already explained, Appian manages time zone translation between UTC internally, this includes DB, and the user. &amp;nbsp;Cases 2 and 3 just work. Do not add any timezone calculations on top of what Appian is doing.&lt;/p&gt;
&lt;p&gt;Regarding the XML. Is that necessary? The question whether it works ... difficult. The issue is that even in expression designer, Appian still tends to do this kind of translation. So what you see on screen might be not the actual values.&lt;/p&gt;
&lt;p&gt;Converting into another timezone should be simple: local(gmt(now()),&amp;nbsp;&lt;span&gt;&amp;quot;America/New_York&amp;quot;)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/82944?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 16:15:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eabe53c1-080a-42ea-b2c5-d880c8929253</guid><dc:creator>pooja.sudarshan</dc:creator><description>&lt;p&gt; Thank you for your response.&lt;/p&gt;
&lt;p&gt;Could you please help us to know if it still works in below scenario?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Appian implementation:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How GMT is exported to XML text as BST:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;datetext(local(gmt(ri!trDetails.crdate,&amp;quot;America/New_York&amp;quot;),&amp;quot;Europe/London&amp;quot;), &amp;quot;MM/dd/yyyy HH:mm:ss&amp;quot;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How we save date and time based on user input in DB:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;local(save!value,&amp;quot;America/New_York&amp;quot;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How we get GMT date and time based on value in DB:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;gmt(local!itemObj.callbackts,&amp;quot;America/New_York&amp;quot;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please note that:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;users are &lt;strong&gt;not&lt;/strong&gt; able to change default time zone which is setup as America/New_York&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/AppianTimezoneJPG.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;There is no timezone setup for each process model (left empty) and we do not override with process initiator time zone.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Process model Properties&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/AppianProcessModel.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TimeZone Changes during day light saving</title><link>https://community.appian.com/thread/82879?ContentTypeID=1</link><pubDate>Wed, 23 Jun 2021 10:59:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2e74419-080e-435b-a39d-77940aa43608</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Yes. Internally Appian is using UTC only. When a date&amp;amp;time is used or shown to the user it is translated into the users timezone including daylight saving.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>