Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add Endpoint for Current Timestamp in ISO Format #18

Closed acebots-ai[bot] closed 4 months ago

acebots-ai[bot] commented 4 months ago

This pull request adds a new endpoint /timestamp to the API that returns the current timestamp in ISO format. The implementation involves adding a new route in root.py that utilizes Python's datetime module to fetch and format the current time.