Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

http://localhost:3000/horoscope?time=1895-05-12 00:30:00 05:00&latitude=13.5503&longitude=78.50288 is error #10

Closed
rajna opened this issue Apr 13, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rajna
Copy link

rajna commented Apr 13, 2021

No description provided.

@ryuphi
Copy link
Owner

ryuphi commented Apr 16, 2021

Hi @rajna !
I recommend using the ISO8601 format (example 2020-04-16T01:06:54+05:00) and you should escape the + sign to avoid problems with positive time offsets, example +05:00 should be %2B05:00. Maybe over the weekend or tomorrow I will fix these.

Your url can be: https://dev-astrology-api.herokuapp.com/horoscope?time=1895-05-12T00:30:00%2B05:00&latitude=13.5503&longitude=78.50288

Also you can use time in UTC: https://dev-astrology-api.herokuapp.com/horoscope?time=1895-05-11T19:30:00Z&latitude=13.5503&longitude=78.50288

Thanks for reporting!

@ryuphi ryuphi added the bug Something isn't working label Apr 16, 2021
@ryuphi ryuphi self-assigned this Apr 16, 2021
@ryuphi ryuphi pinned this issue Apr 16, 2021
@ryuphi ryuphi closed this as completed May 24, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants