<?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>How can be shown date time in user time stamp on email body ?</title><link>https://community.appian.com/discussions/f/general/17154/how-can-be-shown-date-time-in-user-time-stamp-on-email-body</link><description>I need date time value in timezone format in email body, but it always displaying in GMT although I am passing correct value from PV(date time). 
 E.g 
 pv!sla= 25/06/2019 12:00 , requirement : 25/06/2019 12:00 should display on email 
 if I am a honk</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can be shown date time in user time stamp on email body ?</title><link>https://community.appian.com/thread/67681?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 23:04:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:507680d7-0208-4378-b76e-bed50faf2387</guid><dc:creator>ankitab0001</dc:creator><description>&lt;p&gt;tostring() will not work. Did you put the date format in text() function?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can be shown date time in user time stamp on email body ?</title><link>https://community.appian.com/thread/67664?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 11:45:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4c6209a4-3e9c-4095-8c79-9d279df61833</guid><dc:creator>Krishna Chaitanya Mallavarapu</dc:creator><description>&lt;p&gt;Hi Arpit&lt;/p&gt;
&lt;p&gt;In&amp;nbsp; your process model&amp;nbsp; properties set time zone to your time zone and uncheck the option &amp;quot;&lt;span&gt;Override with the initiator&amp;#39;s time zone.&lt;/span&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1561463073205v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can be shown date time in user time stamp on email body ?</title><link>https://community.appian.com/thread/67662?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 11:19:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c690548-3a05-4827-891f-5cf3a1fa7c88</guid><dc:creator>arpitb</dc:creator><description>&lt;p&gt;Hi Ankita,&lt;/p&gt;
&lt;p&gt;Thanks for your comments, but this one is not work , even i tried with toString(pv!sla), still getting GMT value.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Abrendra Singh.:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can be shown date time in user time stamp on email body ?</title><link>https://community.appian.com/thread/67658?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 06:45:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4dff064-7896-4e79-8ff3-2ccd5532f573</guid><dc:creator>ankitab0001</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please use the below code.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="javascript"&gt;=text(

pv!Date_txt,

&amp;quot;mm/dd/yyyy hh:mm&amp;quot;
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1561445133011v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>