View Single Post
  #441 (permalink)  
Old 03-22-2009, 11:23 AM
unixfan unixfan is offline
Starter Member
 
Posts: 2
Default

Quote:
Originally Posted by ghm1014 View Post
The connector was trying to get daylight saving info when there is not.
I modified the file
ru.korusconsulting/src/java/ru/korusconsulting/connector/funambol/CalendarUtils.java
method getTimeZone
line 1342
Now its working for me
Nice work.
I just added the condition "tz.attributeValue("dayoff") != null" in line 1340 (v. 0.5.01) and now it seems as synchronisation works perfectly, but I fear it would be better to set attr "dayoff" to zero instead of checking if its null so getTimeZone can do it's job correctly.
I guess it's a bug in the connector. Are there considerations to fix it (sorry if I missed responses to ghm1014's solution)?
Reply With Quote