<?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 Davis output timestamps in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Davis-output-timestamps/m-p/294275#M2498</link>
    <description>&lt;P&gt;Hey all.&lt;BR /&gt;&lt;BR /&gt;I currently have quite a few workflows that run Davis Anomaly Detection on a schedule. I then parse the Davis output and issue emails if any anomalies are detected via a "Send Emails" workflow task, using the provided filters to check for alerts and format a markdown table of all alerts detected. That being said, Davis outputs all alerting timeframes in UTC, and I was wondering how I can convert those timestamps to EST or New York Time. Many of the required filters seem absent, I can only pipe to "to_datetime" to change the format, but not cast the timezone. Would I require an intermediate Javascript task to perform the timezone cast that way?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Feb 2026 16:55:35 GMT</pubDate>
    <dc:creator>Rudolph_Sedlin</dc:creator>
    <dc:date>2026-02-05T16:55:35Z</dc:date>
    <item>
      <title>Davis output timestamps</title>
      <link>https://community.dynatrace.com/t5/Automations/Davis-output-timestamps/m-p/294275#M2498</link>
      <description>&lt;P&gt;Hey all.&lt;BR /&gt;&lt;BR /&gt;I currently have quite a few workflows that run Davis Anomaly Detection on a schedule. I then parse the Davis output and issue emails if any anomalies are detected via a "Send Emails" workflow task, using the provided filters to check for alerts and format a markdown table of all alerts detected. That being said, Davis outputs all alerting timeframes in UTC, and I was wondering how I can convert those timestamps to EST or New York Time. Many of the required filters seem absent, I can only pipe to "to_datetime" to change the format, but not cast the timezone. Would I require an intermediate Javascript task to perform the timezone cast that way?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 16:55:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Davis-output-timestamps/m-p/294275#M2498</guid>
      <dc:creator>Rudolph_Sedlin</dc:creator>
      <dc:date>2026-02-05T16:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Davis output timestamps</title>
      <link>https://community.dynatrace.com/t5/Automations/Davis-output-timestamps/m-p/294288#M2503</link>
      <description>&lt;P&gt;If you are using a DQL Query to get the results you can shift the time directly in the query before it ever reaches the email task using the formatTimestamp function with an offset.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fieldsAdd startTimeEST = formatTimestamp(startTime, format:"yyyy-MM-dd HH:mm:ss", timezone:"America/New York")&lt;/LI-CODE&gt;&lt;P&gt;Using JS is a better way, but maybe this is quickier.&lt;/P&gt;&lt;P&gt;Hope it does the trick&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/99459"&gt;@Rudolph_Sedlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 20:48:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Davis-output-timestamps/m-p/294288#M2503</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2026-02-05T20:48:44Z</dc:date>
    </item>
  </channel>
</rss>

