Slide 41
Slide 41 text
# Calendar API
The API gives you various means to work with date and time.
## GET /now
Provides you with current date and time.
- Response 200 (application/json)
```json
{
"day": 29,
"month": 2,
"year": 2017,
"hour": 11,
"minute": 45,
"second": 38
}
```
API.md