owntracks / recorder

Store and access data published by OwnTracks apps
Other
907 stars 123 forks source link

Enable building when WITH_TZ=no to disable timezone information. #473

Closed patthoyts closed 5 months ago

patthoyts commented 5 months ago

Puts the tzinfo function and calls into a guarded block so that the config option can be turned off and still build the project. In line_to_location, put the whole if statement in a guarded block as both parts are using guards anyway.

jpmens commented 5 months ago

Merged, thank you!