<?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 Hi I am experiencing the… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73087#M25692</link>
    <description>Hi I am experiencing the same error where I cannot extract the seconds part of the LocalTime()
&amp;nbsp;
LocalTime() = 7:20:23 PM but if placed in a Data Item would result in 7:20 PM. Even the FormatDateTime cannot handle this. I even tried the Replace() text function but still not working.</description>
    <pubDate>Thu, 25 Jan 2018 16:34:00 GMT</pubDate>
    <dc:creator>CrisantoPaet</dc:creator>
    <dc:date>2018-01-25T16:34:00Z</dc:date>
    <item>
      <title>Difference Now(), LocalTime(), DateTime Queue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73083#M25688</link>
      <description>Hi,

can someone explain to me what are the differences between the functions Now() and LocalTime() and where the return values come from?
I've set the right UTC Timezone in Windows, taskbar shows the right time, but now() returns one hour less, LocalTime() the same problem.
(BP v5.018)

Another Problem is Format DateTime in all Queries for object Work Queues. For example, i see in the log that an item is marked as completed at 07:01:20, if i call get completed items with calculated current time (for example 07:01:30) as EndTime i get no results. The problem is that the seconds are rounded off automatically or only full minutes are viewed. Here i see in the log that all items that are marked as completed are searched until 07:01:00.

Is'nt it a bug?

Please help. Thanks in advance.</description>
      <pubDate>Thu, 02 Nov 2017 13:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73083#M25688</guid>
      <dc:creator>al2piwo</dc:creator>
      <dc:date>2017-11-02T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Now() is a date time and</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73084#M25689</link>
      <description>Now() is a date time and LocalTime() is time only. Also the discrepancy in time might come from the time your server/DB is set to. Not uncommon for them to be set differently due to timezones.</description>
      <pubDate>Fri, 03 Nov 2017 19:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73084#M25689</guid>
      <dc:creator>DexterWhelan1</dc:creator>
      <dc:date>2017-11-03T19:52:00Z</dc:date>
    </item>
    <item>
      <title>Now() gives back UTC time,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73085#M25690</link>
      <description>Now() gives back UTC time, LocalTime() gives back local time</description>
      <pubDate>Mon, 06 Nov 2017 18:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73085#M25690</guid>
      <dc:creator>Graeme__Tacon</dc:creator>
      <dc:date>2017-11-06T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Does Now() always return UTC</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73086#M25691</link>
      <description>Does Now() always return UTC time, irrespective of timezone set on the server/DB?</description>
      <pubDate>Wed, 15 Nov 2017 18:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73086#M25691</guid>
      <dc:creator>MarcoWagner</dc:creator>
      <dc:date>2017-11-15T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Hi I am experiencing the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73087#M25692</link>
      <description>Hi I am experiencing the same error where I cannot extract the seconds part of the LocalTime()
&amp;nbsp;
LocalTime() = 7:20:23 PM but if placed in a Data Item would result in 7:20 PM. Even the FormatDateTime cannot handle this. I even tried the Replace() text function but still not working.</description>
      <pubDate>Thu, 25 Jan 2018 16:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73087#M25692</guid>
      <dc:creator>CrisantoPaet</dc:creator>
      <dc:date>2018-01-25T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Same issue here: LocalTime()…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73088#M25693</link>
      <description>Same issue here: LocalTime() results in 19:45 instead of 19:45:16, the part for seconds is missing.
Why?</description>
      <pubDate>Mon, 14 May 2018 22:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73088#M25693</guid>
      <dc:creator>ChristianLerch</dc:creator>
      <dc:date>2018-05-14T22:22:00Z</dc:date>
    </item>
    <item>
      <title>When LocalTime() result is…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73089#M25694</link>
      <description>When LocalTime() result is stored in text in converts to HH:MM format.
If you need Seconds also use Utility - Date and Time Manipulation VBO where you will find Get Time of Day Action.
Keep ""Use UTC"" Parameter False and you will get current time with seconds.
&amp;nbsp;
Note: Data type of output result is Time Span, you can directly put Text Data type variable to get result into text
&amp;nbsp;
&amp;nbsp;
I hope this may help you.</description>
      <pubDate>Tue, 15 May 2018 11:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73089#M25694</guid>
      <dc:creator>Hitesh__Mhatre</dc:creator>
      <dc:date>2018-05-15T11:34:00Z</dc:date>
    </item>
    <item>
      <title>This looks more like a bug…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73090#M25695</link>
      <description>This looks more like a bug. Seconds are required for calculations. So should be ideally available in LocalTime().
When LocalTime() is saved in a Time&amp;nbsp;Variable, we get seconds. But not in other variable types.</description>
      <pubDate>Wed, 17 Oct 2018 15:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73090#M25695</guid>
      <dc:creator>HustonLopes</dc:creator>
      <dc:date>2018-10-17T15:21:00Z</dc:date>
    </item>
    <item>
      <title>We also experience problems…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73091#M25696</link>
      <description>We also experience problems with LocalTime(). On some virtual clients, LocalTime()&amp;nbsp;returns different time than clock (e.g. LocalTimer = 3 PM and clock = 6 PM).&amp;nbsp;Any idea what could be the cause ?</description>
      <pubDate>Fri, 14 Dec 2018 19:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73091#M25696</guid>
      <dc:creator>AlesKmunicek</dc:creator>
      <dc:date>2018-12-14T19:10:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ales,
Could you take a…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73092#M25697</link>
      <description>Hi Ales,
Could you take a screenshot of that happened on one of the virtual clients? I've never seen that occur and I'd like to know for sure if that is possible.
Respectfully,
Dave</description>
      <pubDate>Fri, 14 Dec 2018 20:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Difference-Now-LocalTime-DateTime-Queue/m-p/73092#M25697</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2018-12-14T20:29:00Z</dc:date>
    </item>
  </channel>
</rss>

