centerclick / feedback

Issues, Bug Reports, and Feature Requests
7 stars 0 forks source link

Add a simple URL for getting time #61

Closed dave4445 closed 1 year ago

dave4445 commented 1 year ago

User feedback: Would like a lightweight webpage that shows current UTC time directly from the NTP250: http://(ntp250)/timenow or some such

netstx commented 1 year ago

This is nice, although if JSON falls under the definition of "lightweight" then I believe this feature already exists?

"now_fmt":"2022-10-07 12:44:59 UTC",
"now_utc":1665146699

from the webserver path /?op=json

dave4445 commented 1 year ago

Yes, it's already in JSON, but simple to add a text/plain format as well