﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Configuration &amp; Customization  » Not entirely clear about time settings, possible feature request?</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Sat, 11 Apr 2026 07:41:22 GMT</lastBuildDate><ttl>20</ttl><item><title>Not entirely clear about time settings, possible feature request?</title><link>https://www.logviewplus.com/forum/post/434</link><description>My logfiles contain ISO 8601 formatted Date/Timestaps, with timezone information (UTC+1) :&lt;br/&gt;&lt;i&gt;[code]YYYY-MM-DDTHH:mm:ss,ssssss+HHmm; [/code]&lt;/i&gt;&lt;br/&gt;example:&lt;br/&gt;[code]2020-02-06T14:39:55.306+0100; [/code]&lt;br/&gt;&lt;br/&gt;I'm sitting in UTC+2 timezone.&lt;br/&gt;In any way I try to combine Date&amp;amp;Time settings, I either end up with UTC time (&lt;strong&gt;&lt;font face="Courier New"&gt;&lt;font color="#ff0000"&gt;13&lt;/font&gt;:39:55&lt;/font&gt;&lt;/strong&gt; for the example above) or time local to me (&lt;strong&gt;&lt;font face="Courier New"&gt;&lt;font color="#ff0000"&gt;15&lt;/font&gt;:39:55&lt;/font&gt;&lt;/strong&gt;), &lt;br/&gt;but in no combination was I able to display time local to the logger (UTC+1, &lt;strong&gt;&lt;font face="Courier New"&gt;&lt;font color="#ff0000"&gt;14&lt;/font&gt;:39:55&lt;/font&gt;&lt;/strong&gt; in this case)&lt;br/&gt;&lt;br/&gt;Since my "local time" and the server's "local time" differ, the date &amp;amp; time settings are insufficient or confusing.&lt;br/&gt;&lt;br/&gt;I would suggest allowing the display of time in any chosen timezone, if possible.&lt;br/&gt;Eventually let me know whether there's a configuration combination I might have missed, that would result in UTC+1 being displayed.&lt;br/&gt;&lt;br/&gt;I'm using LogViewPlus 2.4.22.0 - beta version downloaded yesterday.&lt;br/&gt;&lt;br/&gt;Thank you.&lt;br/&gt;</description><pubDate>Tue, 18 Feb 2020 08:15:28 GMT</pubDate><dc:creator>keli</dc:creator></item><item><title>RE: Not entirely clear about time settings, possible feature request?</title><link>https://www.logviewplus.com/forum/post/443</link><description>Hi Keli,&lt;br/&gt;&lt;br/&gt;I have taken a closer look at this issue.&amp;nbsp; There are a few elements all coming together, but the things to keep in mind are:&lt;br/&gt;1.&amp;nbsp; A timestamp must always has a locale - even if one is not provided.&lt;br/&gt;2.&amp;nbsp; A user may want to display the time in a different locale.&lt;br/&gt;3.&amp;nbsp; When a time zone is provided, the locale is known.&lt;br/&gt;&lt;br/&gt;With this in mind, everything you have reported is working correctly.&amp;nbsp; In this case, "Do not Modify" means, "accept the locale given - if any".&amp;nbsp; I will improve the documentation so the behavior of these settings is more clear.&lt;br/&gt;&lt;br/&gt;This still leaves the problem of displaying the time without modification.&amp;nbsp; To achieve this, I have included a new setting to "Ignore time zones".&amp;nbsp; I have also renamed the "Do not Modify" setting to make the behavior more clear:&lt;br/&gt;&lt;img src="../Uploads/Images/a510b840-a1d2-46df-bf5b-3a40.png" id="if_insertedNode_1582013592458"&gt;&lt;br/&gt;&lt;br/&gt;I believe this setting will give you the desired behavior.&amp;nbsp; This feature is now available in&amp;nbsp;LogViewPlus 2.4.25 BETA which can be downloaded from: &lt;a href="https://www.logviewplus.com/download.html"&gt;https://www.logviewplus.com/download.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Hope that helps,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 18 Feb 2020 08:15:28 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Not entirely clear about time settings, possible feature request?</title><link>https://www.logviewplus.com/forum/post/439</link><description>This may be a bug.&amp;nbsp; I will need to take a closer look and get back to you.&lt;br/&gt;&lt;br/&gt;Thanks for reporting this issue!&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Thu, 13 Feb 2020 15:39:08 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Not entirely clear about time settings, possible feature request?</title><link>https://www.logviewplus.com/forum/post/438</link><description>The parser (as detected automatically by LogViewPlus) already handles timezone:&lt;br/&gt;[code]%d{yyyy-MM-ddT%H:mm:ss.fffzzzz};[/code]&lt;br/&gt;As such "When timezone is unspecified" setting should be irrelevant, I assume.&lt;br/&gt;&lt;br/&gt;Then I have three settings to convert timestamps. Screenshots from each with grid line and original log entry captured:&lt;br/&gt;&lt;ul id="if_insertedNode_1581606751762"&gt;&lt;li&gt;Do not Modify&lt;br/&gt; &lt;img src="../Uploads/Images/8137abe2-c0e7-4c4b-a849-e131.PNG" id="if_insertedNode_1581607009868"&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;Local&lt;br/&gt;&lt;img src="../Uploads/Images/c5a329c0-e71b-4768-adee-2c68.png" id="if_insertedNode_1581607025546"&gt;&lt;/li&gt;&lt;li&gt;UTC&lt;br/&gt;&lt;img src="../Uploads/Images/91df5b04-2a5a-4511-b05b-4204.PNG" id="if_insertedNode_1581607048318"&gt;&lt;br/&gt;&lt;/li&gt;&lt;/ul&gt;Expected output: an option to see &lt;font face="Courier New"&gt;13:56:18.025&lt;/font&gt; in the grid view.&lt;br/&gt;&lt;br/&gt;Please note, if I add &lt;strong&gt;zzz&lt;/strong&gt; to the &lt;i&gt;Time Display Format&lt;/i&gt;, I always get &lt;font face="Courier New"&gt;+02:00&lt;/font&gt; (my local timezone), but the rest of the timestamp behaves just the same as above.&lt;br/&gt;</description><pubDate>Thu, 13 Feb 2020 15:21:19 GMT</pubDate><dc:creator>keli</dc:creator></item><item><title>RE: Not entirely clear about time settings, possible feature request?</title><link>https://www.logviewplus.com/forum/post/435</link><description>Hi Keli,&lt;br/&gt;&lt;br/&gt;To get this working in LogViewPlus, you need to do two things.&amp;nbsp; First, you will need to parse the time zone correctly.&amp;nbsp; Check the date format you are using contains "zzzz" or something similar.&amp;nbsp; For more information, please see: &lt;a href="https://www.logviewplus.com/docs/date_specifier.html&amp;nbsp;"&gt;https://www.logviewplus.com/docs/date_specifier.html&amp;nbsp;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Second, you need to configure LogViewPlus to display log entries in local time.&amp;nbsp; You can do this by configuring the target timezone discussed here:&amp;nbsp; &lt;a href="https://www.logviewplus.com/docs/date___time.html"&gt;https://www.logviewplus.com/docs/date___time.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If it is still not working after you have configured the above setting, please let me know.&lt;br/&gt;&lt;br/&gt;Hope that helps,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Thu, 13 Feb 2020 10:14:33 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>