<?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 Timezone in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554659#M91908</link>
    <description>&lt;P&gt;How to convert the below the time field from GMT to EST.&amp;nbsp;&lt;/P&gt;&lt;P&gt;time=Jun 7, 2021 10:24:33 AM GMT&lt;/P&gt;&lt;P&gt;i tried below&lt;/P&gt;&lt;P&gt;| eval t=strftime(strptime(time, "%m %d, %y %H:%M:%S %Z"), "%H:%M:%S")&lt;/P&gt;&lt;P&gt;I'm not getting the result&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jun 2021 11:01:51 GMT</pubDate>
    <dc:creator>Khuzair81</dc:creator>
    <dc:date>2021-06-07T11:01:51Z</dc:date>
    <item>
      <title>Timezone</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554659#M91908</link>
      <description>&lt;P&gt;How to convert the below the time field from GMT to EST.&amp;nbsp;&lt;/P&gt;&lt;P&gt;time=Jun 7, 2021 10:24:33 AM GMT&lt;/P&gt;&lt;P&gt;i tried below&lt;/P&gt;&lt;P&gt;| eval t=strftime(strptime(time, "%m %d, %y %H:%M:%S %Z"), "%H:%M:%S")&lt;/P&gt;&lt;P&gt;I'm not getting the result&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 11:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554659#M91908</guid>
      <dc:creator>Khuzair81</dc:creator>
      <dc:date>2021-06-07T11:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554691#M91910</link>
      <description>&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;strptime&lt;/FONT&gt; format string doesn't match the sample time string.&amp;nbsp; Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval t=strftime(strptime(time, "%b %d, %y %H:%M:%S %p %Z"), "%H:%M:%S")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 12:49:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554691#M91910</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-06-07T12:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554854#M91917</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;i want to get the data only from yesterday is there anyway to write it in Query&lt;/P&gt;&lt;P&gt;Can i use&amp;nbsp; | where Date=-1d@d&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 09:01:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554854#M91917</guid>
      <dc:creator>Khuzair81</dc:creator>
      <dc:date>2021-06-08T09:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timezone</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554896#M91923</link>
      <description>&lt;P&gt;This should be a new posting, but, yes, you can do that, however not using &lt;FONT face="courier new,courier"&gt;where&lt;/FONT&gt;.&amp;nbsp; To search only yesterday, use the &lt;FONT face="courier new,courier"&gt;earliest&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;latest&lt;/FONT&gt; options to the &lt;FONT face="courier new,courier"&gt;search&lt;/FONT&gt; command.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo earliest=-1d@d latest=@d&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 12:53:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timezone/m-p/554896#M91923</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-06-08T12:53:27Z</dc:date>
    </item>
  </channel>
</rss>

