<?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 to create local date and set time as 12:00 AM</title><link>https://community.appian.com/discussions/f/general/22167/how-to-create-local-date-and-set-time-as-12-00-am</link><description>Hi All, 
 
 I have to create a local date and set the time as 12:00 Am, For eg, if I am in the CST timezone and today date is 10/11/2021 then the date time should be 10/11/2021 12:00 AM CDT</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to create local date and set time as 12:00 AM</title><link>https://community.appian.com/thread/86851?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 13:37:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:961a1318-408f-43e8-8a2b-f7a373f16864</guid><dc:creator>sugasanr300208</dc:creator><description>&lt;p&gt;Thank you, this one too works &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create local date and set time as 12:00 AM</title><link>https://community.appian.com/thread/86850?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 13:37:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:268a1384-ed26-4dbc-adf9-6ca90d62e059</guid><dc:creator>sugasanr300208</dc:creator><description>&lt;p&gt;thank you. it works&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create local date and set time as 12:00 AM</title><link>https://community.appian.com/thread/86846?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 13:28:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a89ff817-1949-4f67-a6a1-1a0c0a366667</guid><dc:creator>hrishikeshd997</dc:creator><description>&lt;p&gt;You can use a combination of todatetime() and gmt() in this case.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;gmt(todatetime(today() &amp;amp; &amp;quot; 12:00 AM&amp;quot;), usertimezone(loggedInUser()))&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create local date and set time as 12:00 AM</title><link>https://community.appian.com/thread/86844?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 13:27:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4334a11-88e8-460e-88d5-d310c677f2ad</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;userdatetime(
      year(today()),
      month(today()),
      day(today()),
      12,
      0,
      0
    )&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>