hammady / wwpray

A website that shows the prayer times for a preconfigured list of masjids in a tabular format. Visitors can subscribe for email notifications.
https://wwpray.net
MIT License
1 stars 0 forks source link

Changed on subtracts one extra day #68

Closed hammady closed 11 months ago

hammady commented 1 year ago

Take a look at the current values for DarFoundation:

                "maghrib": {
                    "time": "6:22 PM",
                    "changed": true,
                    "changed_on": "2023-10-28"
                },
                "isha": {
                    "time": "7:45 PM",
                    "changed": true,
                    "changed_on": "2023-10-28"
                }

Take a look now on wwpray.net:

image

These should show today in the interface.

Now is 28-10 10:40am EST.

fayez-nazzal commented 1 year ago

I see this happens all the time when using dayjs and it turned out I'm not alone!

A quick question that may help, when we parse something as UTC, should we localize it again?

hammady commented 1 year ago

I don't know the answer, but it could be related to timezones.

hammady commented 1 year ago

@fayez-nazzal could be related. Today is Nov 4 and it was showing me 28/10/2023 for one of the masjids. I expect older than last week to be hidden.

image