<?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>Date time converter</title><link>https://community.appian.com/discussions/f/new-to-appian/27246/date-time-converter</link><description>Hii all,can anybody help me in expression rule for Date Time converter. 
 I want to display Date time in this format:11/29/2022 00:00:00 GMT+00:00 
 
 The above code given Date and time format like : 1/17/2023 10:23 AM GMT+00:00 (Date and Time). 
 Th</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Date time converter</title><link>https://community.appian.com/thread/106884?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2023 18:55:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba4c4e3f-e476-442a-8ae1-cc4bbdc6fb4c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;you probably want the text() function, something like &lt;strong&gt;&lt;em&gt;text(local!dateTimeValue, &amp;quot;mm/dd/yyyy hh:mm:ss z&amp;quot;)&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;&lt;/em&gt;...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>