<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Defer Item giving 9 hours back time in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111626#M50157</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/35796"&gt;@sravyachintham_19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use LocalTime as an input for the Defer action, you will not get the expected outcome, you have to use UTC time.&lt;/P&gt;&lt;P&gt;What exactly is the outcome that you want? If you share that, it will be easier to suggest further.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 04:14:20 GMT</pubDate>
    <dc:creator>Varad_Kale</dc:creator>
    <dc:date>2024-06-19T04:14:20Z</dc:date>
    <item>
      <title>Defer Item giving 9 hours back time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111588#M50150</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are trying to change the defer item, If I am using the now() function it is giving 9 hours back time. If I use local time () it is giving correct value while evaluating expression, but in the queue it is deferring to 9 hours ahead time. I am thinking it is because UTC time. Can anyone help how to change or convert the time into UTC time.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sravya&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 05:22:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111588#M50150</guid>
      <dc:creator>sravyachintham_19</dc:creator>
      <dc:date>2024-06-18T05:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Defer Item giving 9 hours back time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111597#M50151</link>
      <description>&lt;P&gt;Use utility Date and Time manipulation&amp;nbsp;&lt;/P&gt;&lt;P&gt;Action Local to Utc&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 07:26:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111597#M50151</guid>
      <dc:creator>Mohamad_Dakkouri</dc:creator>
      <dc:date>2024-06-18T07:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Defer Item giving 9 hours back time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111616#M50155</link>
      <description>&lt;P&gt;For the 'Defer' action, the time parameter has to be specified in the UTC time and local time values should not be used.&lt;/P&gt;&lt;P&gt;Are you trying to defer items to a specific time (Defer items until 10 AM) or are you trying to defer items by a specific amount of time (Defer items by 2 hours)?&lt;/P&gt;&lt;P&gt;For deferring items to a specific time for example 10 AM, you will need to convert 10 AM from your local time into UTC, and pass that value as input to 'Defer' action.&lt;/P&gt;&lt;P&gt;For deferring items by a specific amount of time for example 2 hours, you will need to use Now()+MakeTimeSpan(0,2,0,0), and pass that values as input to 'Defer' action.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 15:33:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111616#M50155</guid>
      <dc:creator>Varad_Kale</dc:creator>
      <dc:date>2024-06-18T15:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Defer Item giving 9 hours back time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111620#M50156</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/46574"&gt;@Varad_Kale&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have used same function, now() function returning 9 hours back time. If I use localtime() function it is showing correct time while evaluating, but when I run the action in queue it deferred to 9 hours ahead time.&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;sravya&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 01:00:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111620#M50156</guid>
      <dc:creator>sravyachintham_19</dc:creator>
      <dc:date>2024-06-19T01:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Defer Item giving 9 hours back time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111626#M50157</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/35796"&gt;@sravyachintham_19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use LocalTime as an input for the Defer action, you will not get the expected outcome, you have to use UTC time.&lt;/P&gt;&lt;P&gt;What exactly is the outcome that you want? If you share that, it will be easier to suggest further.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 04:14:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Defer-Item-giving-9-hours-back-time/m-p/111626#M50157</guid>
      <dc:creator>Varad_Kale</dc:creator>
      <dc:date>2024-06-19T04:14:20Z</dc:date>
    </item>
  </channel>
</rss>

