batoulapps / adhan-kotlin

High precision Islamic prayer time library for Java
MIT License
157 stars 47 forks source link

MiddleOfTheNight Time Not Constant #40

Open MuhammadBemath opened 2 years ago

MuhammadBemath commented 2 years ago

I'm using the code SunnahTimes(prayerTimes).middleOfTheNight (parameters identical to the sample code) to get the middle of the night time, but it seems to be jumping +- 1 minute e.g. it will be 00:08 for most of the time, but it randomly becomes 00:07 sometimes. The fajr and maghrib times don't have this issue. Any idea why this is the case?