<?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 Setting other TZ in props.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38984#M7219</link>
    <description>&lt;P&gt;Does anyone have a list of the valid stings for TZ = ?&lt;BR /&gt;
I would like to set TZ=GMT-0400 but setting that or any other TZ I can find i.e. US/Atlantic does not work.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2011 01:09:50 GMT</pubDate>
    <dc:creator>gekoner</dc:creator>
    <dc:date>2011-07-07T01:09:50Z</dc:date>
    <item>
      <title>Setting other TZ in props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38984#M7219</link>
      <description>&lt;P&gt;Does anyone have a list of the valid stings for TZ = ?&lt;BR /&gt;
I would like to set TZ=GMT-0400 but setting that or any other TZ I can find i.e. US/Atlantic does not work.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 01:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38984#M7219</guid>
      <dc:creator>gekoner</dc:creator>
      <dc:date>2011-07-07T01:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting other TZ in props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38985#M7220</link>
      <description>&lt;P&gt;Reading through the documentation on: &lt;A href="http://www.splunk.com/base/Documentation/4.1.8/admin/ApplyTimezoneOffsetstotimestamps#zoneinfo_.28TZ.29_database"&gt;http://www.splunk.com/base/Documentation/4.1.8/admin/ApplyTimezoneOffsetstotimestamps#zoneinfo_.28TZ.29_database&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The list of entries for TZ can be found at: &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;

&lt;P&gt;Remember if the event contains a timezone specifier with the date, then that is used as the timezone of the date.&lt;/P&gt;

&lt;P&gt;If you want to override the date specified in the log entry then you will have to do something like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[server-log]
TIME_PREFIX = ####&amp;lt;
TIME_FORMAT = %d/%m/%Y %I:%M:%S %p
MAX_TIMESTAMP_LOOKAHEAD = 28
TZ = Australia/Sydney
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 02:24:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38985#M7220</guid>
      <dc:creator>namanjoshi</dc:creator>
      <dc:date>2011-07-07T02:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Setting other TZ in props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38986#M7221</link>
      <description>&lt;P&gt;As @namanjoshi said.&lt;/P&gt;

&lt;P&gt;Also, note that "US/Atlantic" is not a known official zoneinfo time zone name, nor an unofficial one. You might mean "US/Eastern" (unofficial, and the same as "America/New_York"), or "Canada/Atlantic" (unofficial, the same as "America/Halifax"), but those two are different from each other. You can also use "GMT-4" but that will not take Daylight Saving Time into account, which may or may not be what you want.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 03:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38986#M7221</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-07-07T03:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setting other TZ in props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38987#M7222</link>
      <description>&lt;P&gt;i did the above mentioned suggestion and it worked. The issue im facing is that when i did this, the timezone for all indexes changed but i need this change only on a purticular sourcetype. is that possible?? can any1 suggest me how to proceed??&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38987#M7222</guid>
      <dc:creator>shivarpith</dc:creator>
      <dc:date>2015-12-10T17:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setting other TZ in props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38988#M7223</link>
      <description>&lt;P&gt;For anyone else looking for this answer.  Yes, you can set it for a specific sourcetype in &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.1/admin/Propsconf"&gt;props.conf&lt;/A&gt; as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourectype_name]
TZ = America/New_York
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Dec 2017 16:25:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-other-TZ-in-props-conf/m-p/38988#M7223</guid>
      <dc:creator>DEAD_BEEF</dc:creator>
      <dc:date>2017-12-26T16:25:42Z</dc:date>
    </item>
  </channel>
</rss>

