<?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 BST to America/NY (Timezone) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/510208#M86738</link>
    <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;see reference.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%Z &lt;/STRONG&gt;and&lt;STRONG&gt; %z &lt;/STRONG&gt;mean different.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2020 11:42:00 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-07-21T11:42:00Z</dc:date>
    <item>
      <title>Convert BST to America/NY (Timezone)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/507221#M86315</link>
      <description>&lt;P&gt;I tried this but seems this is not working.&lt;/P&gt;&lt;P&gt;I want to convert BST to America /NY time please.&lt;/P&gt;&lt;P&gt;| eval BST=strftime(TransactTime/1000000000, "%d/%m/%y %H:%M:%S %Z" )&lt;BR /&gt;| eval TimeZone=BST+" -EST"&lt;BR /&gt;| eval ET=strftime(strptime(TimeZone,"%d/%m/%y %H:%M:%S %Z"),"%d/%m/%y %H:%M:%S %Z")&lt;BR /&gt;| table BST, ET&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 09:31:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/507221#M86315</guid>
      <dc:creator>Vidi</dc:creator>
      <dc:date>2020-07-03T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BST to America/NY (Timezone)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/507231#M86316</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval h_time=strftime(_time,"%FT%T")
| eval est_time=strptime(h_time."-0500","%FT%T%z")
| convert ctime(est_time)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 03 Jul 2020 10:25:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/507231#M86316</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-07-03T10:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BST to America/NY (Timezone)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/510194#M86737</link>
      <description>&lt;P&gt;I tried this it didn't work.&lt;/P&gt;&lt;P&gt;First of all it complained about the format of strftime so I changed it to&lt;/P&gt;&lt;P&gt;| eval BST=strftime(TransactTime/1000000000, "%d/%m/%y %H:%M:%S %Z" )&lt;BR /&gt;| eval NY=strptime(BST."-0500","%d/%m/%y %H:%M:%S %Z")&lt;BR /&gt;| convert ctime(BST)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| table host, BST, NY, TransactTime&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 09:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/510194#M86737</guid>
      <dc:creator>Vidi</dc:creator>
      <dc:date>2020-07-21T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BST to America/NY (Timezone)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/510208#M86738</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;see reference.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%Z &lt;/STRONG&gt;and&lt;STRONG&gt; %z &lt;/STRONG&gt;mean different.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 11:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Convert-BST-to-America-NY-Timezone/m-p/510208#M86738</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-07-21T11:42:00Z</dc:date>
    </item>
  </channel>
</rss>

