FAI-CIVL / FAI-Airscore

AirScore - online paragliding / hanggliding GAP-based scoring software.
https://airscore.cc/
GNU General Public License v3.0
13 stars 17 forks source link

why calculate GMT offsets? #242

Open kuaka opened 3 years ago

kuaka commented 3 years ago

https://github.com/FAI-CIVL/FAI-Airscore/blob/222e5a7f9b423489dab5cfb92db438cc21776475/airscore/core/frontendUtils.py#L1592 GMT offsets are a known quantity. Why are we calculating a list every time certain pages are requested from the server? why not just provide a list (hard coded or in config?)

biuti commented 3 years ago

True, it can be hardcoded somewhere. I will change it.