Welcome, Guest. Please login or register.
November 30, 2009, 06:00:50 PM

Login with username, password and session length

338868 Posts
37512 Topics
85114 Members

Latest Member: jkido

Search:     Advanced search | Tag Cloud
+  Welcome to the Comodo Forum
|-+  Desktop Security Products
| |-+  Comodo Internet Security - CIS
| | |-+  Bug Report - CIS
| | | |-+  Other - General - GUI etc Bugs
| | | | |-+  GUI does not respect regional date / time settings of operating system
« previous next »
Pages: [1] Go Down Print
Author Topic: GUI does not respect regional date / time settings of operating system  (Read 1035 times)
Soothsayer
Newbie
*
Offline Offline

Posts: 17


« on: July 09, 2009, 07:23:49 AM »

The date and time format used in the GUI to show when the virus database was last updated is in US format regardless of the correct regional settings to be used as set in the Windows OS.

e.g. (for my computer using UK settings)
Currently shows as
Thursday, July 09, 2009 1:16:45 PM

but should show as
09 July 2009 13:16:45
Logged
Quill
Volunteer
Global Moderator
Comodo's Hero
*****
Offline Offline

Posts: 2727


Follow the White Rabbit...


« Reply #1 on: July 09, 2009, 08:05:42 AM »

I think you should take a look at the GMT main site. I'm from the UK and I've always used the format in your first example.
Logged

"Well, I've wrestled with reality for 35 years, Doctor, and I'm happy to state I finally won out over it."

Forum Policy
Soothsayer
Newbie
*
Offline Offline

Posts: 17


« Reply #2 on: July 09, 2009, 08:18:08 AM »

Perhaps you have your regional settings as US format?

As they say a picture paints a thousand words, see the attached for the Windows settings for UK and US formats.

Mine is set to UK and therefore the dates and times in the GUI should match the UK.jpg formats.
Logged
Quill
Volunteer
Global Moderator
Comodo's Hero
*****
Offline Offline

Posts: 2727


Follow the White Rabbit...


« Reply #3 on: July 09, 2009, 08:27:59 AM »

maybe I missed your point. As I said, I have always used, for want of a better description, the American date format.

If you look at the GMT website you will find:

« Last Edit: July 09, 2009, 05:29:23 PM by Toggie » Logged

"Well, I've wrestled with reality for 35 years, Doctor, and I'm happy to state I finally won out over it."

Forum Policy
Soothsayer
Newbie
*
Offline Offline

Posts: 17


« Reply #4 on: July 09, 2009, 08:42:38 AM »

Hi Toggie,

Sorry, perhaps I should have been clearer. I am not saying one format is right and another wrong, simply that the GUI should obey the OS regional settings. In my case, the long date format is "dd mmmm yyyy" and the time format is "HH:mm:ss".

Interestingly though, the format in your screen shot is at least still showing the date using a UK format and not the US one used in the CIS GUI (UK = day number before month, US = Day number after month).
Logged
Thunderbear
Comodo's Hero
*****
Offline Offline

Posts: 219


A little sense of humour makes everything easier.


« Reply #5 on: July 09, 2009, 11:01:44 AM »

Might this help?

Unzip to ..\COMODO\COMODO Internet Security\Translations and select "Language -> English (United States 24)" in settings and reboot CIS.
Logged

Don't be afraid, I'm very nice sometimes. And also absent-minded.
CIS 3.13.-574 (full), nLited XP3 Pro 32bit swe hidden behind a router.
Endymion
Comodo's Hero
*****
Offline Offline

Posts: 894


Reality is subordinate to perception


WWW
« Reply #6 on: July 09, 2009, 11:24:07 AM »

Might this help?

Unzip to ..\COMODO\COMODO Internet Security\Translations and select "Language -> English (United States 24)" in settings and reboot CIS.

So that's the reason  the language is described as Default - English (United States)

« Last Edit: July 09, 2009, 12:04:37 PM by Endymion » Logged

I have learnt silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet strange, I am ungrateful to these teachers.
Kahlil Gibran (1883 - 1931)
Thunderbear
Comodo's Hero
*****
Offline Offline

Posts: 219


A little sense of humour makes everything easier.


« Reply #7 on: July 09, 2009, 11:51:05 AM »

I did some sligthly changes in the .template-files and rename (copy) them and was to lazy to change description inside, I only added 24 in title so we know that's 24-hour (UK or eg. swedish) format and not 12  Grin
Logged

Don't be afraid, I'm very nice sometimes. And also absent-minded.
CIS 3.13.-574 (full), nLited XP3 Pro 32bit swe hidden behind a router.
Endymion
Comodo's Hero
*****
Offline Offline

Posts: 894


Reality is subordinate to perception


WWW
« Reply #8 on: July 09, 2009, 12:04:51 PM »

I did some sligthly changes in the .template-files and rename (copy) them and was to lazy to change description inside, I only added 24 in title so we know that's 24-hour (UK or eg. swedish) format and not 12  Grin

Though it looks that setting Langid to 2057 (United Kingdom)  don't affect the date format.

Code:
<resource CompactMode="1" Language="English (United Kingdom)" LANGID="2057" RTL="0">

It looks like CIS use a custom  (comma separated) time format string and change it accordingly to some Langid.

As 1053 (swedish) changes the formatting whereas apparently 2057 doesn't, it looks like additional detection should be added to provide a custom comma separated format for 2057 (GBR)

The global long/short date/time formats are not used whereas changing the corresponding langid regional settings will also change the date display format in applications (regional setting are used also to customize the short/long date/time formats for a Language. Eg short format could be edited as dd/mm/yy or yy/mm/dd or dd/mm/yyyy and so on)




« Last Edit: July 09, 2009, 05:14:35 PM by Endymion » Logged

I have learnt silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet strange, I am ungrateful to these teachers.
Kahlil Gibran (1883 - 1931)
Soothsayer
Newbie
*
Offline Offline

Posts: 17


« Reply #9 on: July 09, 2009, 04:41:02 PM »

Thanks for the information Thunderbear, these files fix the time format, but unfortunately not the date issue as Endymion has stated.

At least it has given me a couple of ideas and I will go through the language files to see if I can find a way to get both the date and time to appear as I would prefer.
Logged
Thunderbear
Comodo's Hero
*****
Offline Offline

Posts: 219


A little sense of humour makes everything easier.


« Reply #10 on: July 09, 2009, 04:55:53 PM »

Your'e welcome.
Sorry for that, but it might depends on that my XP is swedish and therefore it shows as it should for me with date format (no, I don't want swedish language but I want time and date in right order).
Good luck.
« Last Edit: July 09, 2009, 04:57:47 PM by Thunderbear » Logged

Don't be afraid, I'm very nice sometimes. And also absent-minded.
CIS 3.13.-574 (full), nLited XP3 Pro 32bit swe hidden behind a router.
Tags:
Pages: [1] Go Up Print 
« previous next »
Jump to:  

SSL Certificate Free Virus Removal Firewall
Page created in 0.039 seconds with 18 queries.
Powered by SMF 1.1.10 | SMF © 2006, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Design by 7dana.com