@@ -27,7 +27,7 @@ func main() {
resp := Response{
Service: "demo-go-api",
Message: "Hello from Go API!",
Time: time.Now().Format(time.RFC3339),
Time: time.Now().Local().Format(time.RFC3339),
Hostname: hostname,
Version: os.Getenv("VERSION"),
}
The note is not visible to the blocked user.