<?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: How to convert the GMT timezone to EST timezone at search time? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439892#M125129</link>
    <description>&lt;P&gt;There are no direct function available to do so , but you can try workarounds provided in this post: &lt;A href="https://answers.splunk.com/answers/241917/timezone-conversion-function.html"&gt;https://answers.splunk.com/answers/241917/timezone-conversion-function.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 14:00:39 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-10-22T14:00:39Z</dc:date>
    <item>
      <title>How to convert the GMT timezone to EST timezone at search time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439891#M125128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a field named "statusChanged" as shown below. I need to convert this (GMT) to EST . please help on the same.&lt;/P&gt;

&lt;P&gt;statusChanged:   2018-10-17T15:29:32.000Z   &lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 09:40:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439891#M125128</guid>
      <dc:creator>abhi04</dc:creator>
      <dc:date>2018-10-22T09:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the GMT timezone to EST timezone at search time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439892#M125129</link>
      <description>&lt;P&gt;There are no direct function available to do so , but you can try workarounds provided in this post: &lt;A href="https://answers.splunk.com/answers/241917/timezone-conversion-function.html"&gt;https://answers.splunk.com/answers/241917/timezone-conversion-function.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 14:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439892#M125129</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-10-22T14:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the GMT timezone to EST timezone at search time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439893#M125130</link>
      <description>&lt;P&gt;@somesoni2  The below worked .&lt;/P&gt;

&lt;P&gt;eval EST_Time=strftime(strptime(statusChanged,"%Y-%m-%dT%H:%M:%S.%3N%Z"),"%Y-%m-%d %H:%M:%S")&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 15:47:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439893#M125130</guid>
      <dc:creator>abhi04</dc:creator>
      <dc:date>2018-10-22T15:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the GMT timezone to EST timezone at search time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439894#M125131</link>
      <description>&lt;P&gt;eval EST_Time=strftime(strptime(statusChanged,"%Y-%m-%dT%H:%M:%S.%3N%Z"),"%Y-%m-%d %H:%M:%S")&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 07:50:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-convert-the-GMT-timezone-to-EST-timezone-at-search-time/m-p/439894#M125131</guid>
      <dc:creator>abhi04</dc:creator>
      <dc:date>2018-10-23T07:50:27Z</dc:date>
    </item>
  </channel>
</rss>

