<?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 time difference issues in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/time-difference-issues/m-p/40929#M7592</link>
    <description>&lt;P&gt;I need to be able to calculate the time difference between two dates and everytime i try anything...it returns blank&lt;BR /&gt;
my search looks like this...&lt;BR /&gt;
StartTime                        ResolvedTime&lt;BR /&gt;
11/1/2012 9:35:45 AM                 11/3/2012 9:35:45 AM&lt;/P&gt;

&lt;P&gt;All i want to do is have the search return a result with the time difference between StartTime and ResolvedTime. So basically TimeToResolve should be 48 hours, 0 minutes, 0 seconds.&lt;/P&gt;

&lt;P&gt;Please Help me...&lt;/P&gt;

&lt;P&gt;Thanks  &lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2013 21:01:03 GMT</pubDate>
    <dc:creator>testAnalysis</dc:creator>
    <dc:date>2013-02-22T21:01:03Z</dc:date>
    <item>
      <title>time difference issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-difference-issues/m-p/40929#M7592</link>
      <description>&lt;P&gt;I need to be able to calculate the time difference between two dates and everytime i try anything...it returns blank&lt;BR /&gt;
my search looks like this...&lt;BR /&gt;
StartTime                        ResolvedTime&lt;BR /&gt;
11/1/2012 9:35:45 AM                 11/3/2012 9:35:45 AM&lt;/P&gt;

&lt;P&gt;All i want to do is have the search return a result with the time difference between StartTime and ResolvedTime. So basically TimeToResolve should be 48 hours, 0 minutes, 0 seconds.&lt;/P&gt;

&lt;P&gt;Please Help me...&lt;/P&gt;

&lt;P&gt;Thanks  &lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 21:01:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-difference-issues/m-p/40929#M7592</guid>
      <dc:creator>testAnalysis</dc:creator>
      <dc:date>2013-02-22T21:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: time difference issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-difference-issues/m-p/40930#M7593</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| convert timeformat="%m/%e/%Y %I:%M:%S %p" mktime(StartTime) AS StartTime_epoch mktime(ResolvedTime) AS ResolvedTime_epoch | eval age=round((ResolvedTime_epoch-StartTime_epoch)/60/60/24)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Feb 2013 21:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-difference-issues/m-p/40930#M7593</guid>
      <dc:creator>carmackd</dc:creator>
      <dc:date>2013-02-22T21:42:22Z</dc:date>
    </item>
  </channel>
</rss>

