Time Server

This is a simple Go service that returns server current time over HTTPS.

GET /time — returns current time in JSON format
Example: curl -k https://localhost:8443/time
GET /health — service health check
Example: curl -k https://localhost:8443/health

Server runs on port 8443 with a self-signed TLS certificate.