Guide · well-being on the move

Jet lag & time zones — light, sleep, and a simple planner

Flying across several time zones shifts your day–night rhythm. Below: sensible habits before, during, and after the flight, plus a browser-based tool that compares two IANA time zones and suggests when bright light vs wind-down fits the destination clock — educational only, not a diagnosis.

Health notice This page is general information only. It does not replace medical advice. If you have sleep disorders, heart conditions, take sedatives, or feel unwell after travel, contact a clinician. Official traveller health resources include CDC — jet lag and NHS — jet lag.

Time zone & light planner

Pick your usual zone and your destination. Times update in your browser using Intl (no server call). Modern browsers expose a long list of IANA zones via Intl.supportedValuesOf('timeZone'); older ones fall back to a short curated list.

Before the flight

During the flight

After you land

Why “Europe/Warsaw” instead of “CET”?

IANA time zones (e.g. America/New_York) encode real-world rules: daylight saving changes, historical quirks, and region-specific exceptions. Fixed abbreviations like “CET” or “EST” omit those details and break around DST transitions. Browsers and operating systems use the IANA database under the hood — our tool reads the same identifiers via JavaScript Intl API.

Read more: IANA time zone database · MDN — Intl

More before you fly