<?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: WebSphere logs and timezone set as EST for Australian user? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23178#M3635</link>
    <description>&lt;P&gt;PS: One option I have considered is this&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;that Splunk in order of preference sees the EST entry and assumes it is US/EST, and applies that by default&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The documentation says it evaluates timezone in this order&lt;/P&gt;

&lt;P&gt;a. seeing values in the log like EST&lt;BR /&gt;
b. then using values in props&lt;BR /&gt;
c. then using time set on the server&lt;/P&gt;

&lt;P&gt;So I think in my case (a) is being applied before it even considers b, hence my mods to props.cong are redundant&lt;/P&gt;

&lt;P&gt;So ... how I teach Splunk to recognise Oz style timezones ??&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2011 10:48:55 GMT</pubDate>
    <dc:creator>miken_hg5</dc:creator>
    <dc:date>2011-11-28T10:48:55Z</dc:date>
    <item>
      <title>WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23177#M3634</link>
      <description>&lt;P&gt;I am trying to index a WebSphere WAS log, where the time sone format is like this&lt;/P&gt;

&lt;P&gt;[24/11/11 10:49:57:538 EST] 0000004a ServletWrapper I   SRVE0242I: [custom-webapp] [/app]&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;The EST used here I think means Australian EST not American EST !&lt;/LI&gt;
&lt;LI&gt;Splunk reads the log fine BUT ... it treats the 'raw input'  time to US EST&lt;/LI&gt;
&lt;LI&gt;e.g the entry above which was recorded at 10.49 am is indexed as 11/25/11 2:49:57.538 AM&lt;/LI&gt;
&lt;LI&gt;this suggests that Spunk has interpreted this date as US EST raw&lt;/LI&gt;
&lt;LI&gt;and 'wound this date/time' forward to its Oz equivalent namely Nov 25th at 2.49 am&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;What I actually want Splunk to do is treat this date time as Australian 'as is'&lt;BR /&gt;
 - namely the date in the index = exactly the same as the date recorded&lt;/P&gt;

&lt;P&gt;I've tried the following changes to props.conf without success&lt;/P&gt;

&lt;P&gt;[host::my_host*]&lt;BR /&gt;
TZ = Australia/Melbourne&lt;/P&gt;

&lt;P&gt;I suspect that Splunk sees EST in the input file and assumes its US EST&lt;BR /&gt;
and then sees TZ and adds the diff between US EST and Oz to the input values&lt;BR /&gt;
 - thus winding my logs entries fwd&lt;/P&gt;

&lt;P&gt;I just want them to be treated 'as is'&lt;/P&gt;

&lt;P&gt;Can you help ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2011 10:24:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23177#M3634</guid>
      <dc:creator>miken_hg5</dc:creator>
      <dc:date>2011-11-28T10:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23178#M3635</link>
      <description>&lt;P&gt;PS: One option I have considered is this&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;that Splunk in order of preference sees the EST entry and assumes it is US/EST, and applies that by default&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The documentation says it evaluates timezone in this order&lt;/P&gt;

&lt;P&gt;a. seeing values in the log like EST&lt;BR /&gt;
b. then using values in props&lt;BR /&gt;
c. then using time set on the server&lt;/P&gt;

&lt;P&gt;So I think in my case (a) is being applied before it even considers b, hence my mods to props.cong are redundant&lt;/P&gt;

&lt;P&gt;So ... how I teach Splunk to recognise Oz style timezones ??&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2011 10:48:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23178#M3635</guid>
      <dc:creator>miken_hg5</dc:creator>
      <dc:date>2011-11-28T10:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23179#M3636</link>
      <description>&lt;P&gt;I assume you have restarted the services, I also assume you are using the host name used in the events (either configured in inputs.conf or the default in your server.conf file).&lt;/P&gt;

&lt;P&gt;Or maybe you can use "DATETIME_CONFIG = CURRENT" in your props.conf (check &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt; for more info), this should assign the event time as the system time. Is this any help?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2011 11:07:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23179#M3636</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2011-11-28T11:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23180#M3637</link>
      <description>&lt;P&gt;I have tried the above without success &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;By default, Splunk applies time zones using these rules, in this order: &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;FIRSTLY. Splunk uses any time zone specified in raw event data (for example, PST, -0800).&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;And my log has an eyecatching EST in it !&lt;/STRONG&gt;&lt;BR /&gt;
e.g. [24/11/11 10:49:57:538 EST] 0000004a ServletWrapper I   SRVE0242I: [custom-webapp] [/app]&lt;/P&gt;

&lt;P&gt;Then ... Splunk uses the value of a TZ attribute set in props.conf, if the event matches the host, source, or source type specified by the stanza. &lt;/P&gt;

&lt;P&gt;And then ... Splunk uses the time zone of the Splunk server that indexes the event.&lt;/P&gt;

&lt;P&gt;So I suspect my props.conf is being bypassed because it sees EST in there already.&lt;BR /&gt;
My host name matches the wildcard in the props stanza&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2011 05:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23180#M3637</guid>
      <dc:creator>miken_hg5</dc:creator>
      <dc:date>2011-11-29T05:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23181#M3638</link>
      <description>&lt;P&gt;I don't think the props.conf gets totally bypassed, this &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Configurepositionaltimestampextraction"&gt;doc&lt;/A&gt;, mentions that Splunk does look for the date/time in the event, but using the &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt; (if present in props.conf).&lt;/P&gt;

&lt;P&gt;Have tried defining the &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt; in props.conf? - I was also thinking about limiting the "lookahead" to limit how far Splunk looks for the date/time (i.e. stopping it before it gets to the "EST"), for this you would use something like "&lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD = 22&lt;/CODE&gt;" (which should stop the lookahead before the EST).&lt;/P&gt;

&lt;P&gt;An example of this can be found &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.2.4/Data/Configuretimestamprecognition#Enhanced_strptime.28.29_support"&gt;here&lt;/A&gt; for the &lt;CODE&gt;TIME_FORMAT=&amp;lt;strptime&amp;gt;&lt;/CODE&gt;. And &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Configurepositionaltimestampextraction#Example"&gt;here&lt;/A&gt; for an example using &lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Also to ask an obvious question are you using the "&lt;CODE&gt;$SPLUNK_HOME/bin/splunk clean&lt;/CODE&gt;", to remove the old incorrect events?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2011 10:47:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23181#M3638</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2011-11-29T10:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23182#M3639</link>
      <description>&lt;P&gt;Sorted &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The change to using MAX_TIMESTAMP_LOOKAHEAD was the key&lt;/P&gt;

&lt;P&gt;without it the system always gave preference to the EST and assumed data was from the US EST zone. Now it stores 'as is' in Oz time&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:11:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23182#M3639</guid>
      <dc:creator>miken_hg5</dc:creator>
      <dc:date>2020-09-28T10:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23183#M3640</link>
      <description>&lt;P&gt;Sorted using the tip on &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD = 22
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 03 Dec 2011 07:17:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23183#M3640</guid>
      <dc:creator>miken_hg5</dc:creator>
      <dc:date>2011-12-03T07:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23184#M3641</link>
      <description>&lt;P&gt;Awesome, can you make the answer as accepted please? Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2011 09:31:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23184#M3641</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2011-12-03T09:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23185#M3642</link>
      <description>&lt;P&gt;Awesome, can you make the answer as accepted please? Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2011 09:31:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23185#M3642</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2011-12-03T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23186#M3643</link>
      <description>&lt;P&gt;Need assistance as I think I'm not doing this right. I'm using Splunk 5 for windows.&lt;/P&gt;

&lt;P&gt;Here's what my log file looks like: e.g. ####&amp;lt;*Nov 12, 2012 4:04:35 PM CST&amp;gt;&lt;/P&gt;

&lt;P&gt;Right now Splunk catches CST and translates into US time, so it shows as 11/13/12 9:00:14.000 AM.&lt;/P&gt;

&lt;P&gt;There was no props.conf in my C:\Program Files\Splunk\etc\system\local directory so created one:&lt;/P&gt;

&lt;P&gt;[source::*]&lt;BR /&gt;
TZ = Australia/Adelaide&lt;BR /&gt;
TIME_PREFIX = ####&amp;lt;&lt;BR /&gt;
TIME_FORMAT = %b %d, %Y %H:%M:%S&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 28&lt;/P&gt;

&lt;P&gt;I am sure it must have been my TIME_PREFIX &amp;amp; TIME_FORMAT formatting error. Can anyone check and confirm my sytax? Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:46:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23186#M3643</guid>
      <dc:creator>Parameshwara</dc:creator>
      <dc:date>2020-09-28T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23187#M3644</link>
      <description>&lt;P&gt;Found 2 other alternatives! Posting as an answer.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 03:54:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23187#M3644</guid>
      <dc:creator>Parameshwara</dc:creator>
      <dc:date>2012-11-14T03:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23188#M3645</link>
      <description>&lt;P&gt;I tried configuring the props.conf by defining parameter for a particular source, but didn't work. Managed to find 2 other alternatives!&lt;/P&gt;

&lt;P&gt;1st solution:&lt;BR /&gt;
As all my log files are going to be on Australia timezone, simplest solution was to remove CST &amp;amp; EST from datetime.xml. That's it. &lt;/P&gt;

&lt;P&gt;2nd solution:&lt;BR /&gt;
Defined a new source time that ignores CST. Steps to do this:&lt;BR /&gt;
1.Go to Manager &amp;gt; Data inputs &amp;gt; Files &amp;amp; directories &amp;gt; New&lt;BR /&gt;
2.Select option 'Preview data before indexing'&lt;BR /&gt;
3.Select the source type.&lt;BR /&gt;
4.You would see that the time stamp selected/highlighted would include CST/EST.&lt;BR /&gt;
5.Select 'adjust timestamp and event break settings'&lt;BR /&gt;
6.Select 'Timestamps' tab&lt;BR /&gt;
7.Select option 'Timestamp never extends more than xxx chars into the event', and define the right number so that CST/EST is ignored. &lt;BR /&gt;
8.After applying your new configuration and verified it ignores CST/EST, select 'Continue' and save it as a new source type. &lt;BR /&gt;
9.Import logs under new source type and it should work.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 04:11:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23188#M3645</guid>
      <dc:creator>Parameshwara</dc:creator>
      <dc:date>2012-11-14T04:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23189#M3646</link>
      <description>&lt;P&gt;This needs to be added to the documentation as a 'gotcha'. WSA uses EST UNITED STATES by default if you don't set a time zone in the WS environment variables. It's NOT EST Australia. Changing this value once WSA apps are deployed may create unknown side effects, according to the websphere guys I'm talking to.&lt;/P&gt;

&lt;P&gt;Note that the end result of this for diligent system admins who've set up ntp is that the time zone in the events does not agree with the system time that Splunk ingests the event on. This causes a lot of interesting problems in the app, as I have just discovered at my customer site.&lt;/P&gt;

&lt;P&gt;Can we please have an official, tested and supported solution for this problem which does not involve messing around with WSA, as that would typically involve change control, outages, and maybe even app rewrites which might be out of the question.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 05:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23189#M3646</guid>
      <dc:creator>cmeo</dc:creator>
      <dc:date>2013-05-24T05:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23190#M3647</link>
      <description>&lt;P&gt;As of Splunk 5.0.2 this problem has been resolved!&lt;/P&gt;

&lt;P&gt;You can now set what timezone offset an acronym like "EST" refers to - in &lt;CODE&gt;props.conf&lt;/CODE&gt;&lt;/P&gt;

&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;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;(Search the &lt;CODE&gt;props.conf&lt;/CODE&gt; manual page for "Australia" and you'll find the right section)&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 11:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23190#M3647</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2013-05-29T11:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23191#M3648</link>
      <description>&lt;P&gt;Yes and no minister. I tried TZ_ALIAS yesterday and nothing changed. Can we please have some more detail on how to deploy this change, for those of us who do not have a WAS installation to mess around with.&lt;/P&gt;

&lt;P&gt;Does it need to go in the UFs? In the appliance? On the indexer? Can it be set globally or do we have to edit each and every source or sourcetype that the WAS app uses? And when is the solution going to be built in to the app?? Looks like this problem has been around for quite a while.&lt;/P&gt;

&lt;P&gt;Charles&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2013 00:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23191#M3648</guid>
      <dc:creator>cmeo</dc:creator>
      <dc:date>2013-07-19T00:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: WebSphere logs and timezone set as EST for Australian user?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23192#M3649</link>
      <description>&lt;P&gt;Still trying to get this to work properly. The problem with TZ_ALIAS is that it doesn't work on the right part of the problem. Sure you can change the TZ but WAS has &lt;EM&gt;already&lt;/EM&gt; inserted the wrong timestamp into the event log (14 hours off) so it doesn't help. What is needed to is to rewrite the timestamp in the event (EST) using the offset to the correct timestamp (system time, in this case AEST) so that they agree. &lt;/P&gt;

&lt;P&gt;Anyone got a recipe for this? Don't want to reinvent the wheel if I don't have to. Alternatively I'm thinking I might be able to simply discard the time in the event, or perhaps extract it as a field and then replace it with _indextime to hide the wrong values. Ugly, and should not be necessary.&lt;/P&gt;

&lt;P&gt;Or IBM could make system time and not Armonk time the default in WAS. Yeah, and I will keep a lookout for articles about porcine aviation in the newspapers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cm&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2013 05:42:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WebSphere-logs-and-timezone-set-as-EST-for-Australian-user/m-p/23192#M3649</guid>
      <dc:creator>cmeo</dc:creator>
      <dc:date>2013-07-26T05:42:29Z</dc:date>
    </item>
  </channel>
</rss>

