<?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: What function or command can I use for Splunk to map the latitude and longitude into corresponding timezones? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274883#M52733</link>
    <description>&lt;P&gt;Thanks for all the help and responses! Thought Splunk has a built-in function.  But I finally did it outside of Splunk using R and google timezone API call.  &lt;A href="http://stackoverflow.com/questions/23414340/convert-to-local-time-zone-using-latitude-and-longitude"&gt;http://stackoverflow.com/questions/23414340/convert-to-local-time-zone-using-latitude-and-longitude&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 22:29:58 GMT</pubDate>
    <dc:creator>xiangtaner</dc:creator>
    <dc:date>2016-09-13T22:29:58Z</dc:date>
    <item>
      <title>What function or command can I use for Splunk to map the latitude and longitude into corresponding timezones?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274880#M52730</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Currently in my data, I have latitude and longitude info for all locations around the world. Is there a way or a handy function available in Splunk to map the latitude and longitude into the corresponding timezone? &lt;/P&gt;

&lt;P&gt;For example, as to a specific location in city of San Francisco, the time zone should be mapped to "Pacific Time Zone". Moreover, once we have the time zone mapped, could we go one step forward to get the time offset/delta to UTC? With the same example, for locations in San Francisco, the time offset to UTC is "-08:00". &lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274880#M52730</guid>
      <dc:creator>xiangtaner</dc:creator>
      <dc:date>2016-09-12T20:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: What function or command can I use for Splunk to map the latitude and longitude into corresponding timezones?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274881#M52731</link>
      <description>&lt;P&gt;Hi xiangtaner,&lt;/P&gt;

&lt;P&gt;you can download a free timezone database as csv file here &lt;A href="https://timezonedb.com/download"&gt;https://timezonedb.com/download&lt;/A&gt; and use it as lookup in Splunk.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274881#M52731</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-09-12T20:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: What function or command can I use for Splunk to map the latitude and longitude into corresponding timezones?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274882#M52732</link>
      <description>&lt;P&gt;The Splunk function you're looking for is a geospatial lookup: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Knowledge/Configuregeospatiallookups"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Knowledge/Configuregeospatiallookups&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For that to work you'll need a KMZ file with the timezone shapes... with a quick googling I only found a shapefile at &lt;A href="http://efele.net/maps/tz/world/"&gt;http://efele.net/maps/tz/world/&lt;/A&gt; - that can easily be converted to KMZ: &lt;A href="http://blogs.splunk.com/2015/10/01/use-custom-polygons-in-your-choropleth-maps/"&gt;http://blogs.splunk.com/2015/10/01/use-custom-polygons-in-your-choropleth-maps/&lt;/A&gt; (option 2)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 22:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274882#M52732</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-09-12T22:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: What function or command can I use for Splunk to map the latitude and longitude into corresponding timezones?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274883#M52733</link>
      <description>&lt;P&gt;Thanks for all the help and responses! Thought Splunk has a built-in function.  But I finally did it outside of Splunk using R and google timezone API call.  &lt;A href="http://stackoverflow.com/questions/23414340/convert-to-local-time-zone-using-latitude-and-longitude"&gt;http://stackoverflow.com/questions/23414340/convert-to-local-time-zone-using-latitude-and-longitude&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 22:29:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274883#M52733</guid>
      <dc:creator>xiangtaner</dc:creator>
      <dc:date>2016-09-13T22:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: What function or command can I use for Splunk to map the latitude and longitude into corresponding timezones?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274884#M52734</link>
      <description>&lt;P&gt;Hi @xiangtaner - If you came up with the answer to your question, be sure to resolve your post by clicking "Accept" directly below your answer. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:01:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-function-or-command-can-I-use-for-Splunk-to-map-the/m-p/274884#M52734</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2016-09-14T23:01:43Z</dc:date>
    </item>
  </channel>
</rss>

