Expand your FastAPI app with a new endpoint /time that returns the current server time in ISO8601 format as JSON (e.g. { "time": "2026-04-01T12:00:00" }).
Tips:
- Use Python's datetime module to get the current time.
- Return the response as a dictionary.
Label this as a 'good first issue' and 'help wanted'.
Expand your FastAPI app with a new endpoint
/timethat returns the current server time in ISO8601 format as JSON (e.g.{ "time": "2026-04-01T12:00:00" }).Tips:
Label this as a 'good first issue' and 'help wanted'.