<?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: Where are Splunk valid TZ options in props.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188603#M37618</link>
    <description>&lt;P&gt;Hi @woodcock &lt;CODE&gt;Programatically&lt;/CODE&gt; meaning, on the splunk query itself, we can view different timezones ah&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 07:27:59 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2018-12-14T07:27:59Z</dc:date>
    <item>
      <title>Where are Splunk valid TZ options in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188600#M37615</link>
      <description>&lt;P&gt;Where can I find a list of all possible and valid &lt;CODE&gt;TZ&lt;/CODE&gt; options for &lt;CODE&gt;props.conf&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 14:32:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188600#M37615</guid>
      <dc:creator>hongduan</dc:creator>
      <dc:date>2014-03-14T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Where are Splunk valid TZ options in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188601#M37616</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Applytimezoneoffsetstotimestamps"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Applytimezoneoffsetstotimestamps&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Refer to the zoneinfo database for all permissible &lt;CODE&gt;TZ&lt;/CODE&gt; values: &lt;A href="http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones"&gt;http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 18:38:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188601#M37616</guid>
      <dc:creator>antlefebvre</dc:creator>
      <dc:date>2014-03-14T18:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Where are Splunk valid TZ options in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188602#M37617</link>
      <description>&lt;P&gt;Programatically, for your Splunk instance, here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest/servicesNS/-/search/data/ui/manager 
| regex eai:data="Time zone" 
| head 1 
| rename eai:data AS _raw 
| table _raw 
| rex mode=sed "s/(?ms)^.*Default System Timezone --\"\/&amp;gt;[\s\r\n]+(.*?)&amp;lt;\/options&amp;gt;.*$/\1/" 
| eval raw=split(_raw, "&amp;lt;opt value=") 
| mvexpand raw 
| rex field=raw "^\"(?&amp;lt;value&amp;gt;[^\"]+)\"\s+label=\"(?&amp;lt;label&amp;gt;[^\"]+)\"" 
| fields - _raw raw
| search label="*" AND value="*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:47:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188602#M37617</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-11-14T14:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Where are Splunk valid TZ options in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188603#M37618</link>
      <description>&lt;P&gt;Hi @woodcock &lt;CODE&gt;Programatically&lt;/CODE&gt; meaning, on the splunk query itself, we can view different timezones ah&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 07:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188603#M37618</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-12-14T07:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Where are Splunk valid TZ options in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188604#M37619</link>
      <description>&lt;P&gt;Right.  You can see what splunk supports natively.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 14:54:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-are-Splunk-valid-TZ-options-in-props-conf/m-p/188604#M37619</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-12-14T14:54:44Z</dc:date>
    </item>
  </channel>
</rss>

