<?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>Show a constant timezone to every user</title><link>https://community.appian.com/discussions/f/user-interface/37534/show-a-constant-timezone-to-every-user</link><description>Hi Everyone, 
 I have a situation, i want to show the a constant timezone to every user no matter user is from USA, Canada or india, every user should see a constant date and time , 
 No matter user changes his timezone in appian setting , timzzone should</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Show a constant timezone to every user</title><link>https://community.appian.com/thread/140665?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2024 04:39:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b60ce3-0ab4-4811-878e-1dca055e9833</guid><dc:creator>sarathkumar13</dc:creator><description>&lt;p&gt;There will be a setting in admin console called internationalization. You can select the timezone and select the always override user&amp;#39;s selected time zone&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a constant timezone to every user</title><link>https://community.appian.com/thread/140659?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2024 18:31:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c3d43dad-01dd-40f4-bc02-9ce0059edfcb</guid><dc:creator>Konduru Chaitanya</dc:creator><description>[quote userid="243094" url="~/discussions/f/user-interface/37534/show-a-constant-timezone-to-every-user"]i implement a code when i set my timezone in appian setting as India Standard Time (IST) but when i change my time to PST in appian setting it impacts on interface as well[/quote]
&lt;p&gt;What do you mean by this? You mean in the designer?&lt;/p&gt;
&lt;p&gt;anyway the below code should resolve your UI level issue&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;text(local(gmt(ri!date), &amp;quot;PST&amp;quot;), &amp;quot;mm/dd/yyyy hh:mm AM/PM&amp;quot;)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a constant timezone to every user</title><link>https://community.appian.com/thread/140649?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2024 14:46:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc831a66-720f-4240-a829-6685257d408e</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;Please try this&lt;/p&gt;
&lt;p&gt;a!localVariables(&lt;br /&gt; local!time:now(),&lt;br /&gt; text(gmt(local!time),&amp;quot;mm/dd/yyyy hh:mm AM/PM&amp;quot;&lt;br /&gt; )&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;The gmt(local!time) value for different timezone were&lt;/p&gt;
&lt;p&gt;Pacific Time -&amp;nbsp;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;9/16/2024 2:45 PM PDT&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Easter Time -&amp;nbsp;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;9/16/2024 2:45 PM EDT&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Indian Standard Time -&amp;nbsp;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;9/16/2024 2:45 PM GMT+05:30&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>