Skip to content

Incorrect prayer times when timezone omitted or added. #12

@natashajaved

Description

@natashajaved

prayTimes.getTimes(
new Date(),
[latitude, longitude],
// 0,
// "auto",
// "24h"
)
or
prayTimes.getTimes(
new Date(),
[latitude, longitude],
5,
// "auto",
// "24h"
)
If I add 0 then the timings are closer to actual ones. like this
prayTimes.getTimes(
new Date(),
[latitude, longitude],
0,
// "auto",
// "24h"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions