<?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: Splunk date/time localization problem in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108963#M28412</link>
    <description>&lt;P&gt;If you want to display your localized character, you can refer to following site.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/26283/chinese-characters-in-splunk-web"&gt;http://splunk-base.splunk.com/answers/26283/chinese-characters-in-splunk-web&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, I think splunk does not support hungarian character yet. You can ask splunk support team.&lt;BR /&gt;
As for date/time, splunk extract system time from your splunk server. &lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2011 12:51:12 GMT</pubDate>
    <dc:creator>Takajian</dc:creator>
    <dc:date>2011-11-14T12:51:12Z</dc:date>
    <item>
      <title>Splunk date/time localization problem</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108962#M28411</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;i'm facing the problem that I cannot set the time and date in Splunk in the way that it displays it in the hungarian format. The desciption of "&lt;A href="http://localhost:8000/hu_HU/"&gt;http://localhost:8000/hu_HU/&lt;/A&gt;" doesn't help either. At the same time as I would have seen a hu_HU directory somewhere in the localization files.&lt;/P&gt;

&lt;P&gt;The manuals on internet also couldn't really help how to set these formats manually.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Thomas Maroti&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 12:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108962#M28411</guid>
      <dc:creator>marotit</dc:creator>
      <dc:date>2011-11-14T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk date/time localization problem</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108963#M28412</link>
      <description>&lt;P&gt;If you want to display your localized character, you can refer to following site.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/26283/chinese-characters-in-splunk-web"&gt;http://splunk-base.splunk.com/answers/26283/chinese-characters-in-splunk-web&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, I think splunk does not support hungarian character yet. You can ask splunk support team.&lt;BR /&gt;
As for date/time, splunk extract system time from your splunk server. &lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 12:51:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108963#M28412</guid>
      <dc:creator>Takajian</dc:creator>
      <dc:date>2011-11-14T12:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk date/time localization problem</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108964#M28413</link>
      <description>&lt;P&gt;I think it is rather a question of in which order days/months/years/minutes/hours etc should be presented. Sorry for not being able to help, though.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 13:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108964#M28413</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-11-14T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk date/time localization problem</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108965#M28414</link>
      <description>&lt;P&gt;For some discussion on this issue, have a look at the following question and its answers: &lt;A href="http://splunk-base.splunk.com/answers/525/how-can-i-change-the-time-format-in-splunk-web"&gt;http://splunk-base.splunk.com/answers/525/how-can-i-change-the-time-format-in-splunk-web&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;One workaround that is not discussed there but works perfectly well is to copy a working locale in &lt;CODE&gt;$SPLUNK_HOME/lib/python2.6/site-packages/splunk/appserver/mrsparkle/locale&lt;/CODE&gt; to your own locale. In my case I needed the date format used in Sweden, which happens to be identical to what is used in the UK, so I simply copied &lt;CODE&gt;$SPLUNK_HOME/lib/python2.6/site-packages/splunk/appserver/mrsparkle/locale/en_GB&lt;/CODE&gt; to &lt;CODE&gt;$SPLUNK_HOME/lib/python2.6/site-packages/splunk/appserver/mrsparkle/locale/sv_SE&lt;/CODE&gt;. If I'm not mistaken Hungary uses the same time format as well, so in your case just copy the &lt;CODE&gt;en_GB&lt;/CODE&gt; dir to &lt;CODE&gt;hu_HU&lt;/CODE&gt; instead. Restart Splunk for the changes to take effect.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 13:12:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-date-time-localization-problem/m-p/108965#M28414</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-11-14T13:12:48Z</dc:date>
    </item>
  </channel>
</rss>

