<?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 Queue Defering Time in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Queue-Defering-Time/m-p/62706#M15761</link>
    <description>Hi everyone, Im having issues with the below scenario, Im hoping that someone has experienced this and managed to find a fix.

I have 2 queues, I have just completed the case from first queue and as the last part of the process, the case will be placed into queue 2 with a defered time of the next day at 8AM.&amp;nbsp;

In debug, I can see that the Defer stage output clearly shows the correct date and time.

However, when it's in the queue visible in control room, the date and time seems to be the UTC date.

below is the functions I've&amp;nbsp;used or still using

ToDateTime(AddDays(Today(), 1)&amp;amp;" 08:00:00 AM")

(AddDays(Today(), 1)&amp;amp;" 08:00:00 AM"

Today()&amp;amp;" "&amp;amp;LocalTime()+MakeTimeSpan(0,0,30,0)

&amp;nbsp;</description>
    <pubDate>Wed, 20 Mar 2019 09:14:00 GMT</pubDate>
    <dc:creator>JamesVargas</dc:creator>
    <dc:date>2019-03-20T09:14:00Z</dc:date>
    <item>
      <title>Queue Defering Time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue-Defering-Time/m-p/62706#M15761</link>
      <description>Hi everyone, Im having issues with the below scenario, Im hoping that someone has experienced this and managed to find a fix.

I have 2 queues, I have just completed the case from first queue and as the last part of the process, the case will be placed into queue 2 with a defered time of the next day at 8AM.&amp;nbsp;

In debug, I can see that the Defer stage output clearly shows the correct date and time.

However, when it's in the queue visible in control room, the date and time seems to be the UTC date.

below is the functions I've&amp;nbsp;used or still using

ToDateTime(AddDays(Today(), 1)&amp;amp;" 08:00:00 AM")

(AddDays(Today(), 1)&amp;amp;" 08:00:00 AM"

Today()&amp;amp;" "&amp;amp;LocalTime()+MakeTimeSpan(0,0,30,0)

&amp;nbsp;</description>
      <pubDate>Wed, 20 Mar 2019 09:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue-Defering-Time/m-p/62706#M15761</guid>
      <dc:creator>JamesVargas</dc:creator>
      <dc:date>2019-03-20T09:14:00Z</dc:date>
    </item>
    <item>
      <title>Hi James,
The time…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue-Defering-Time/m-p/62707#M15762</link>
      <description>Hi James,
The time difference usually happens when your development machine is in different time zone than your BP server.
To get the defer time make use of object 'Utility - Date and Time Manipulation' and action 'DateAdd', also in your expression you change the LocalTime() to UTCTime().
Regards,
Ravinder Saini</description>
      <pubDate>Mon, 25 Mar 2019 16:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue-Defering-Time/m-p/62707#M15762</guid>
      <dc:creator>Ravindersaini</dc:creator>
      <dc:date>2019-03-25T16:00:00Z</dc:date>
    </item>
  </channel>
</rss>

