ivysochyn / apartment-parser

Apache License 2.0
0 stars 0 forks source link

Fix timezone #9

Closed ivysochyn closed 7 months ago

ivysochyn commented 1 year ago

Page which GET request fetches is in the incorrect timezone. The task is to set it to the Europe/Warszaw one.

ivysochyn commented 1 year ago

The timestamp should be standardized so we can later compare it with the search query date and time creation.

ivysochyn commented 8 months ago

I suggest storing time in UTC format, however, add a setting to select a timezone and convert the date time to a desired timezone. In javascript by default it's UTC, we can stick to it.

ivysochyn commented 7 months ago

Changes were merged. Closing the issue.