8ca5d8550f1ef3f6431857c29abf988fd831132e
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Timezone Service for Firmware-HQ
Endpoints
curl https://timezone.firmware-hq.dev/v1/timezone
Will return the timezone information for the requesting client. Uses the external IP of the client
curl https://timezone.firmware-hq.dev/v1/timezone/Europe
Will return all locations within the area.
curl https://timezone.firmware-hq.dev/v1/timezone/Europe/Berlin
Will return the timezone information for a specific area/location combination.
Responses
All endpoint will return a 200 or 404 (in case of an error).
Languages
Java
90.5%
Dockerfile
6%
Makefile
3.5%