zulfahmi93 / dart-libpray

Muslim prayer times library for Dart.
MIT License
20 stars 17 forks source link

Prayers time and prayer time doesn't match. #6

Open sadgirltory opened 4 years ago

sadgirltory commented 4 years ago

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