<?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: Convert time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229343#M67905</link>
    <description>&lt;P&gt;Thanks, that did it!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2016 17:22:27 GMT</pubDate>
    <dc:creator>chadman</dc:creator>
    <dc:date>2016-08-15T17:22:27Z</dc:date>
    <item>
      <title>Convert time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229341#M67903</link>
      <description>&lt;P&gt;I'm trying to rename _time to Time and it's changing the format.  I used ctime to fix it, but I only want to display it in the HH:MM format.  I can I covert my ctime to only show HH:MM?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        | eval Time = _time
        | table Time "Idle Time" | convert ctime(Time)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Aug 2016 17:17:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229341#M67903</guid>
      <dc:creator>chadman</dc:creator>
      <dc:date>2016-08-15T17:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229342#M67904</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval Time=strftime(_time, "%H:%M") | table Time, "Idle Time"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Aug 2016 17:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229342#M67904</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-15T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229343#M67905</link>
      <description>&lt;P&gt;Thanks, that did it!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 17:22:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229343#M67905</guid>
      <dc:creator>chadman</dc:creator>
      <dc:date>2016-08-15T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229344#M67906</link>
      <description>&lt;P&gt;_time is always in Unix epoch time. If you leave that field name alone, it will "magically" convert it to human readable for you. Using the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Convert"&gt;convert&lt;/A&gt; function or the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CommonEvalFunctions"&gt;strftime eval&lt;/A&gt; function provides you with the option to "name your format". &lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 17:23:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Convert-time/m-p/229344#M67906</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2016-08-15T17:23:24Z</dc:date>
    </item>
  </channel>
</rss>

