dart-libpray icon indicating copy to clipboard operation
dart-libpray copied to clipboard

Prayers time and prayer time doesn't match.

Open sadgirltory opened this issue 4 years ago • 0 comments

Even after having same data, settings, geo,timezone the time of prayer.time and prayers.time doesn't match.
error example: final Prayer current = Prayer.now(settings: settings, coordinate: geo, timeZone: 6.0); final Prayers prayers = Prayers.on(date: when, settings: settings, coordinate: geo, timeZone: 6.0);

if the current time is dhuhr the current.time shows 12:06:00.000 //the correct time and the prayers.dhuhr shows 11:56:00.000 //incorrect time 109688266_738465536695280_1180748914669924504_n

sadgirltory avatar Jul 23 '20 07:07 sadgirltory