iamriajul / adhan-dart

Adhan for Dart / Muslim Prayer Times Library. Now retrieving Prayer time in Dart easier than ever.
https://pub.dev/packages/adhan
MIT License
86 stars 41 forks source link

Prayer timing is not correct for palestine[Bug] #39

Closed k0T0z closed 1 year ago

k0T0z commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment(please complete the following information):

Additional context I tried to get prayer times for Palestine Gaza but all times are one hour late

static CalculationMethod calculationMethod = CalculationMethod.egyptian;
static Madhab madhab = Madhab.shafi;
no high latitude rule
final prayerTimes = PrayerTimes(
      coordinates,
      DateComponents.from(
        dateTime,
      ),
      CalculationParametersAdjustments.getCalculationParameters(),
    );
"latitude": "31.50170000",
"longitude": "34.46680000"

https://www.google.com/search?q=palestine+gaza+prayer+times&oq=palestine+gaza+prayer+times&aqs=chrome..69i57j0i546l4j69i60.10426j0j7&sourceid=chrome&ie=UTF-8

in this link fajr at 4:25 but the package return 3:25 and so on for all other prayers

but the timing is correct for countries like egypt

can you please check it or give an explanation for that?