LogoLogo
HomeSupport centerAPP
  • Overview
    • Quick Start
    • About the API
    • Authentication
  • API Reference
    • REST API
    • GraphQL API
  • Core API Concepts
    • Understanding the CRM Concept
    • Fields
    • API parameters
    • Dates
    • Pagination
    • Bulk Create, Update, Delete
    • Webhooks(Real-time updates)
  • Tutorials & Articles
    • Create Account
    • Create Contact
    • Create Opportunity
    • Create Product, Product Line Item
    • Create Custom Entity Record
    • Upload Document
    • Merging Accounts/Contacts
Powered by GitBook
On this page
  • Dates in Pipeliner
  • Dates sent to Pipeliner
  1. Core API Concepts

Dates

PreviousAPI parametersNextPagination

Last updated 3 years ago

Dates in Pipeliner

All dates are stored in the UTC timezone. Data are formatted by standard ISO 8601

Example of Date value: 2019-02-01 07:41:49.529970+00:00

If you include Timezone in the request header, Pipeliner will automatically convert dates to the specified timezone. For Timezones Pipeliner uses a uniform .

Header Example: Timezone: America/Chicago

Dates sent to Pipeliner

Dates sent to Pipeliner should be converted into the UTC timezone.

naming convention