noyainrain / meetling

Web app for collaboratively preparing meetings.
https://meetling.org/
GNU General Public License v3.0
15 stars 2 forks source link

Document the Web API date format #46

Open mmichler opened 8 years ago

mmichler commented 8 years ago

Suggestion: yyyy-MM-dd'T'HH:mm:ss'Z (reverse engineered from JSON).

noyainrain commented 8 years ago

Thanks for the suggestion! We should complement the documentation and also note that the format is a simple version of ISO 8601 and times are always given in UTC.

If you'd like to help out with a pull request, just let me know :) .