Time Zones

DayFlow provides a TimeZone enum so you can configure both the app-level timeZone and the Day/Week-only secondaryTimeZone without memorizing raw IANA strings.

Timezone Model

  • timeZone: the primary display and editing timezone for the whole calendar
  • secondaryTimeZone: an additional reference timeline shown only in Day and Week views

Changing timeZone reprojects all views. Changing secondaryTimeZone only changes the extra timeline axis in Day/Week.

Callback Semantics

  • timeZone changes how events are displayed and edited in the UI.
  • Switching timeZone never triggers onEventUpdate, onEventDrop, or onEventResize by itself.
  • Update callbacks return the canonical event after the edit is applied.
  • In other words, if a Sydney event is viewed in Shanghai and resized there, the edit is interpreted using Shanghai wall time, but the callback payload is converted back to the event's canonical time representation before you persist it.

Usage

import { TimeZone } from '@dayflow/core';
import {
  useCalendarApp,
  createDayView,
  createWeekView,
  createMonthView,
} from '@dayflow/react';

const calendar = useCalendarApp({
  timeZone: TimeZone.SHANGHAI,
  views: [
    createDayView({
      secondaryTimeZone: TimeZone.NEW_YORK,
    }),
    createWeekView({
      secondaryTimeZone: TimeZone.NEW_YORK,
    }),
    createMonthView(),
  ],
});

Available Time Zones

Enum KeyIANA String
UTC/GMT
TimeZone.UTCUTC
North America
TimeZone.NEW_YORKAmerica/New_York
TimeZone.CHICAGOAmerica/Chicago
TimeZone.DENVERAmerica/Denver
TimeZone.LOS_ANGELESAmerica/Los_Angeles
TimeZone.TORONTOAmerica/Toronto
TimeZone.VANCOUVERAmerica/Vancouver
TimeZone.PHOENIXAmerica/Phoenix
TimeZone.ANCHORAGEAmerica/Anchorage
TimeZone.HONOLULUPacific/Honolulu
TimeZone.MEXICO_CITYAmerica/Mexico_City
TimeZone.WINNIPEGAmerica/Winnipeg
TimeZone.HALIFAXAmerica/Halifax
TimeZone.ST_JOHNSAmerica/St_Johns
TimeZone.DETROITAmerica/Detroit
TimeZone.MIAMIAmerica/Miami
Europe
TimeZone.LONDONEurope/London
TimeZone.PARISEurope/Paris
TimeZone.BERLINEurope/Berlin
TimeZone.MADRIDEurope/Madrid
TimeZone.ROMEEurope/Rome
TimeZone.AMSTERDAMEurope/Amsterdam
TimeZone.ZURICHEurope/Zurich
TimeZone.STOCKHOLMEurope/Stockholm
TimeZone.OSLOEurope/Oslo
TimeZone.COPENHAGENEurope/Copenhagen
TimeZone.MOSCOWEurope/Moscow
TimeZone.ISTANBULEurope/Istanbul
TimeZone.DUBLINEurope/Dublin
TimeZone.LISBONEurope/Lisbon
TimeZone.PRAGUEEurope/Prague
TimeZone.VIENNAEurope/Vienna
TimeZone.WARSAWEurope/Warsaw
TimeZone.BRUSSELSEurope/Brussels
TimeZone.ATHENSEurope/Athens
TimeZone.BUCHARESTEurope/Bucharest
TimeZone.HELSINKIEurope/Helsinki
TimeZone.KYIVEurope/Kyiv
TimeZone.BUDAPESTEurope/Budapest
TimeZone.BELGRADEEurope/Belgrade
TimeZone.LUXEMBOURGEurope/Luxembourg
TimeZone.MONACOEurope/Monaco
TimeZone.REYKJAVIKAtlantic/Reykjavik
Asia
TimeZone.TOKYOAsia/Tokyo
TimeZone.SHANGHAIAsia/Shanghai
TimeZone.HONG_KONGAsia/Hong_Kong
TimeZone.TAIPEIAsia/Taipei
TimeZone.SEOULAsia/Seoul
TimeZone.SINGAPOREAsia/Singapore
TimeZone.HANOIAsia/Ho_Chi_Minh
TimeZone.BANGKOKAsia/Bangkok
TimeZone.JAKARTAAsia/Jakarta
TimeZone.KUALA_LUMPURAsia/Kuala_Lumpur
TimeZone.MANILAAsia/Manila
TimeZone.DUBAIAsia/Dubai
TimeZone.KOLKATAAsia/Kolkata
TimeZone.RIYADHAsia/Riyadh
TimeZone.TEHRANAsia/Tehran
TimeZone.JERUSALEMAsia/Jerusalem
TimeZone.TEL_AVIVAsia/Tel_Aviv
TimeZone.BAGHDADAsia/Baghdad
TimeZone.DHAKAAsia/Dhaka
TimeZone.KARACHIAsia/Karachi
TimeZone.KABULAsia/Kabul
TimeZone.KATHMANDUAsia/Kathmandu
TimeZone.COLOMBOAsia/Colombo
TimeZone.TASHKENTAsia/Tashkent
TimeZone.ALMATYAsia/Almaty
TimeZone.PHNOM_PENHAsia/Phnom_Penh
TimeZone.VIENTIANEAsia/Vientiane
TimeZone.MUSCATAsia/Muscat
Oceania
TimeZone.SYDNEYAustralia/Sydney
TimeZone.MELBOURNEAustralia/Melbourne
TimeZone.BRISBANEAustralia/Brisbane
TimeZone.PERTHAustralia/Perth
TimeZone.ADELAIDEAustralia/Adelaide
TimeZone.DARWINAustralia/Darwin
TimeZone.HOBARTAustralia/Hobart
TimeZone.AUCKLANDPacific/Auckland
TimeZone.FIJIPacific/Fiji
TimeZone.GUAMPacific/Guam
TimeZone.NOUMEAPacific/Noumea
TimeZone.PAGO_PAGOPacific/Pago_Pago
TimeZone.PORT_MORESBYPacific/Port_Moresby
South America
TimeZone.SAO_PAULOAmerica/Sao_Paulo
TimeZone.BUENOS_AIRESAmerica/Argentina/Buenos_Aires
TimeZone.SANTIAGOAmerica/Santiago
TimeZone.LIMAAmerica/Lima
TimeZone.BOGOTAAmerica/Bogota
TimeZone.CARACASAmerica/Caracas
TimeZone.LA_PAZAmerica/La_Paz
TimeZone.MONTEVIDEOAmerica/Montevideo
TimeZone.QUITOAmerica/Quito
TimeZone.ASUNCIONAmerica/Asuncion
TimeZone.GEORGETOWNAmerica/Guyana
Africa
TimeZone.CAIROAfrica/Cairo
TimeZone.JOHANNESBURGAfrica/Johannesburg
TimeZone.LAGOSAfrica/Lagos
TimeZone.NAIROBIAfrica/Nairobi
TimeZone.CASABLANCAAfrica/Casablanca
TimeZone.ALGIERSAfrica/Algiers
TimeZone.TUNISAfrica/Tunis
TimeZone.ADDIS_ABABAAfrica/Addis_Ababa
TimeZone.ACCRAAfrica/Accra
TimeZone.DAKARAfrica/Dakar
TimeZone.LUANDAAfrica/Luanda
TimeZone.ANTANANARIVOIndian/Antananarivo
TimeZone.KINSHASAAfrica/Kinshasa
TimeZone.DAR_ES_SALAAMAfrica/Dar_es_Salaam
Antarctica
TimeZone.MCMURDOAntarctica/McMurdo
TimeZone.CASEYAntarctica/Casey

On this page