Circle V2 API Docs
    Preparing search index...

    Type Alias LegacyEMRDocumentBuilderOptions

    type LegacyEMRDocumentBuilderOptions = {
        dateFormat?: string;
        facilityTimeZone?: string;
    }
    Index

    Properties

    dateFormat?: string
    facilityTimeZone?: string

    The facility's timezone. Interprets timezone-naive values like "07/12/2026 07:40 AM" and renders the result, so a facility's own wall clock survives the round trip.

    Both halves resolve the zone through the same call, so they cannot disagree: missing or unusable falls back to US Eastern for parsing and rendering, never to the server's zone.