<?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>Hello, so within my Manual Wire Request Process, I created a timer to send Remin</title><link>https://community.appian.com/discussions/f/process/1799/hello-so-within-my-manual-wire-request-process-i-created-a-timer-to-send-remin</link><description>Hello, so within my Manual Wire Request Process, I created a timer to send Reminder E-mails every 2 Hours based on the Settle Date. I also have a universal timer that kills the process at 3 PM of the Settledate. I use the pv!startTime to capture the Hour</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hello, so within my Manual Wire Request Process, I created a timer to send Remin</title><link>https://community.appian.com/thread/6393?ContentTypeID=1</link><pubDate>Tue, 24 Dec 2013 20:32:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f27c17d6-c0bb-4d87-b1f3-cfc8a8fdd368</guid><dc:creator>krystleb</dc:creator><description>Thanks, James.  This is insightful...I think I know what may have caused my issue, now I just need to test it out.  Happy Holidays and have a Safe &amp;amp; Prosperous New Year :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello, so within my Manual Wire Request Process, I created a timer to send Remin</title><link>https://community.appian.com/thread/6392?ContentTypeID=1</link><pubDate>Tue, 24 Dec 2013 20:28:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b0c5a121-04f2-45fc-8833-8224fef73d34</guid><dc:creator>jamesw353</dc:creator><description>I just realized I left the minute off of my example.  If you want to maintain the minute setting just add it to the parameters like so...&lt;br /&gt; datetime( year(now()), month(now()), day(now()), hour(now())+2, minute(now()))&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello, so within my Manual Wire Request Process, I created a timer to send Remin</title><link>https://community.appian.com/thread/6391?ContentTypeID=1</link><pubDate>Tue, 24 Dec 2013 20:26:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f1523c8e-69a9-4b60-aab8-9e39dd860121</guid><dc:creator>jamesw353</dc:creator><description>I always have trouble when modifying date &amp;amp; times as well.  For readabilities sake the best way of found is to use the datetime() function then enumerate each piece of that call using now() with the appropriate container.&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt; datetime( year(now()), month(now()), day(now()), hour(now())+2)&lt;br /&gt;There&amp;#39;s probably a more condensed way to add 2 hours to the current time, but this is the simplest and most easy to understand way I&amp;#39;ve found.  When I tried the expression you posted it actually adds two days the now(). &lt;br /&gt;&lt;br /&gt;Also be wary of timezone settings when you&amp;#39;re evaluating this.  You may not need to use local(), and it may actually be adjusting out of your timezone.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>