<?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>What is the quickest way to display a dateTime value in a a!dateTimeField withou</title><link>https://community.appian.com/discussions/f/user-interface/4639/what-is-the-quickest-way-to-display-a-datetime-value-in-a-a-datetimefield-withou</link><description>What is the quickest way to display a dateTime value in a a!dateTimeField without affecting it by user/system timezone? The a!dateTimeField is not in readOnly mode and the source is DB. Thanks in advance! OriginalPostID-144376 OriginalPostID-144376</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: What is the quickest way to display a dateTime value in a a!dateTimeField withou</title><link>https://community.appian.com/thread/16792?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2015 21:18:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bce7fe78-ecb9-4722-b647-ee0103233f73</guid><dc:creator>corbinp505</dc:creator><description>Checkout the local() function, which lets you specify the timezone to display. So if you&amp;#39;re storing the date time in the database as GMT, you can specify GMT in the local() function to avoid the default user/system offset.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.8/Date_and_Time_Functions.html#local.28.29"&gt;forum.appian.com/.../Date_and_Time_Functions.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>