Hi, I have a problem with Nokia devices and traveler 8.5 (symbian). When I receive emails on the device have 2 hours more than the right (2 hours difference). if I see mail for Notes or iNotes time no problems. Anybody can help me? Time zones are good.
Subject: Check the Time-Zones on your servers and clients…
Diego,
Check the time-zone settings on your Domino Mail servers, and the Domino server running Traveler (this is an Operating-System setting, NOT a Domino setting). Also check the time-zone settings on the Nokia device (Tools → Settings → Date and Time).
When I had time-zone issues, I found the devices were set to a time-zone different to the Traveler server, and the device was compensating for the time-zone difference.
Regards,
Mat
Subject: Time-Zones
Mat,Time-Zone Domino Mail server ==> (GMT -03:00) Buenos Aires - Automatically adjust clock for daylight saving changes Activate
Time-Zone Domino server running Traveler ==> (GMT -03:00) Buenos Aires - Automatically adjust clock for daylight saving changes Activate
Time-Zone Nokia Device ==> GMT -3:00 Buenos Aires
Regards
Subject: Timezones
Another thing to check is to make sure that your java-timezone is the same as your Microsoft Windows OS timezone.
The Microsoft Windows OS is the value set when you double-click on the clock and click on the Timezone tab.
To see what the java timezone, you can run “tell traveler log level finest” from the domino console, and then restart traveler. In the \data\traveler\logs directory in the NtsActivity file, there should be a line similar to:
main *system NTSConfig.dumpProperties#833 user.timezone=America/New_York
Is what you have set for the java timezone the same as for the OS tz?
The exact timezone doesn’t matter, as long as they are the same.
To override the java timezone, you could add the following line to your notes.ini on the traveler server:
NTS_Java_Parms=-Duser.timezone=Europe/Berlin
(Where you would set the java timezone equal to whatever you have the OS system set to.)
Subject: Timezones
Hello, time zones do not match: JAVA ==> main # 765 * NTSConfig.dumpProperties system user.timezone = America / Mexico_City
TIMEZONE OS ==> (GMT -03:00) Buenos Aires
I do not have clear parameters in notes.ini, can tell me?
Thank you.
Subject: RE: Timezones
So you could do either one of two things:
#1) You could change your Windows OS Timezone to Mexico City, and then restart Domino and it should now work.
or
#2)Keep the Microsoft OS timezone to Buenos Aires (I’m assuming you have the checkbox “Automatically adjust clock for daylight savings changes” Checked?)
In domino\notes.ini file, add a line:
NTS_Java_Parms=-Duser.timezone=America/Argentina/Buenos_Aires
(FYI: List of timezone names that java uses can be found here: List of tz database time zones - Wikipedia
If using something other than Buenos Aires)
Hope that helps!
Subject: Timezones
Excellent! When I made the report to IBM told me it was a problem with Nokia … Thank you!
Subject: RE: Timezones
Glad it works for you!