<?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 zone comparison</title><link>https://community.appian.com/discussions/f/data/25569/date-zone-comparison</link><description>I want to compare the different time zone applied all possible functions but not getting the actual output: 
 &amp;quot;2022-08-19T12:33:52.4670000Z&amp;quot; &amp;lt;= now() 
 I applied gmt function but getting output like this 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Date out of range </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: date zone comparison</title><link>https://community.appian.com/thread/99775?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 09:56:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7bf7678d-b294-4350-b352-b68783d7c8d0</guid><dc:creator>Richa sharma</dc:creator><description>&lt;p&gt;a!localVariables(&lt;br /&gt; &lt;br /&gt; local!apiResponse : rule!TCT_DocuSign_GetEnvelopeDefinition(envelopId: &amp;quot;eddc7569-2fe2-4667-b143-8e45f436489358eb9&amp;quot;),&lt;br /&gt; local!expireAfter:index(index(local!apiResponse,&amp;quot;result&amp;quot;,{}),&amp;quot;expireDateTime&amp;quot;,{}),&lt;br /&gt; local!isExpired: if(not(isnull(local!expireAfter)),&lt;br /&gt; local!expireAfter &amp;lt;= now(),&lt;br /&gt; false&lt;br /&gt; ),)&lt;/p&gt;
&lt;p&gt;this is my code but value in local!ExpiredAfter is&amp;nbsp;&lt;span&gt;2022-08-19T12:33:52.4670000Z and now() is&amp;nbsp;&lt;span class="CollapsibleOutputNode---print_value"&gt;8/19/2022 2:56 AM PDT&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: date zone comparison</title><link>https://community.appian.com/thread/99773?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 09:47:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1cd6ae3e-8afe-4b42-9bec-ee0588df7c6e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Try this recipe to parse the ISO date before comparing it.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.2/Function_Recipes.html#convert-an-xml-string-into-a-value-of-type-datetime"&gt;docs.appian.com/.../Function_Recipes.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: date zone comparison</title><link>https://community.appian.com/thread/99771?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 09:41:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c932a417-6230-43cf-a375-ab96e1d46bda</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;To understand the problem better, do you want to get the date time difference between two dates of different timezones?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>