<?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 discrepancies</title><link>https://community.appian.com/discussions/f/general/30057/date-time-discrepancies</link><description>Hi, 
 I am trying to get the next day from today&amp;#39;s date. For eg: today is 18/9/2023. I need to get 19/09/2023. I tried using some day function to get the day and add 1 to it. I was testing with different timezones. now() - 9/18/2023 10:50 PM PDT 
 now</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Date time discrepancies</title><link>https://community.appian.com/thread/119465?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2023 12:30:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0caa5ba-866a-49c3-8c03-4f4e687d46db</guid><dc:creator>sarathkumar13</dc:creator><description>&lt;p&gt;Thanks Mathieu. It worked&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date time discrepancies</title><link>https://community.appian.com/thread/119434?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2023 06:12:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a36a8f77-5d02-4ab1-9490-25394eec73f5</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Try using userday() instead of day() - it will calculate the day based on the user&amp;#39;s timezone.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.3/fnc_scripting_userday.html"&gt;docs.appian.com/.../fnc_scripting_userday.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>