<?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 I create datetime in particular time zone in Appian ?</title><link>https://community.appian.com/discussions/f/general/27893/how-can-i-create-datetime-in-particular-time-zone-in-appian</link><description>My Appian Timezone is set to Pacific time 
 Below functions are returning correct time 
 now() - 2/20/2023 5:40 AM PST 
 datetime(year(now()),month(now()),day(now()),hour(now()),minute(now())) - 2/20/2023 5:40 AM PST 
 However, when I try to create datetime</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can I create datetime in particular time zone in Appian ?</title><link>https://community.appian.com/thread/108593?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2023 05:16:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b4008ab-e064-4137-b93b-8a97b87ed981</guid><dc:creator>rachelg9844</dc:creator><description>&lt;p&gt;The Date and Time Functions gmt(), local(), now(), and today() and functions that cast a date and time value to a string of text (such as the tostring() and text() functions) use one of the process time zone contexts and take the user&amp;#39;s time zone when the functions are evaluated in a process.&lt;br /&gt;The timezone process property returns the time zone ID currently used by a process instance (its context).&lt;br /&gt;The Due Today filter (on the Filter tab of the Reports view) uses the context time zone to determine today and whether the deadlines for tasks and processes fall within that day for the user viewing the report.&lt;br /&gt;Notifications with expressions evaluated in the body have those expressions evaluated as part of the context flow before the data is sent to notifications. These expressions are evaluated using the context time zone.&lt;br /&gt;Calendar expression functions (those starting with cal*) do not use the time zone context. They operate based on the calendar time zone.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Rachel Gomez&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I create datetime in particular time zone in Appian ?</title><link>https://community.appian.com/thread/108549?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2023 07:17:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8d69235-225d-44b6-b44c-d2182134344b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I just wrote a blog post about this. Find it here:&amp;nbsp;&lt;a href="https://appian.rocks/2023/02/13/working-with-time-in-appian/"&gt;appian.rocks/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I create datetime in particular time zone in Appian ?</title><link>https://community.appian.com/thread/108547?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2023 06:57:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9934ddb5-981b-47cc-a338-1120eea05066</guid><dc:creator>abhirupd0002</dc:creator><description>&lt;p&gt;&lt;span&gt;datetime(year(now()),month(now()),day(now()),0,0) - you can wrap this inside gmt() and it will give you the output you are looking for.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;div style="display:none;position:absolute;"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>