Re: Time dataengine invalid sunrise and sunset results

2009-11-26 Thread Amos Kariuki
Petri Damstén wrote: On Thursday 26 November 2009 06:56:09 Amos Kariuki wrote: I have some test code to obtain the sunrise and sunset time given a longitude and latitude for a location: There are problems in KDE 4.3 calculation. In KDE 4.4 Thanks. (I tested and verified it works with a

Time dataengine invalid sunrise and sunset results

2009-11-25 Thread Amos Kariuki
I have some test code to obtain the sunrise and sunset time given a longitude and latitude for a location: QString Latitude = 40; QString Longitude = -75; Plasma::DataEngine* timeEngine = Plasma::DataEngineManager::self()-loadEngine(time); const Plasma::DataEngine::Data timeData=

Re: Time dataengine invalid sunrise and sunset results

2009-11-25 Thread Petri Damstén
On Thursday 26 November 2009 06:56:09 Amos Kariuki wrote: I have some test code to obtain the sunrise and sunset time given a longitude and latitude for a location: QString Latitude = 40; QString Longitude = -75; Plasma::DataEngine* timeEngine =