Ocoya API
Visit Ocoya
  • Getting Started
    • Introduction
    • Quick Start
  • Fundamentals
    • Authentication
    • Rate limits
    • Limitations
      • Date limitations
      • URL file limitations
      • Pagination limitations
  • Endpoints
    • Me
    • Workspaces
    • Social profiles
    • Posts
      • List posts
      • Create post
      • Update post
      • Delete post
  • Change log
    • 2025-05-16
    • 2024-10-10 (breaking)
  • Extra
    • HTTP status codes
Powered by GitBook
On this page
Edit on GitHub
  1. Fundamentals
  2. Limitations

Date limitations

PreviousLimitationsNextURL file limitations

Last updated 27 days ago

All dates (datetimes) must follow the format:

Limitation
Description

Date format

All dates must be supplied in UTC (GMT+0) timezone and follow this structure: 2024-01-01T00:00:00Z

Which translates to: 2024-01-01 : YYYY-MM-DD (year-month-day)

T: separator between date & time (mandatory) 00:00:00 : HH:MM:SS (hours-minutes-seconds) Z: separator between time & timezone (mandatory)

ISO-8601