Start Here

Journey Local-Date & Time-Zone Serialization Codec v1.0.0

  1. Read README.md and choose the exact date-only, local-time, or local-date-time boundary.
  2. Copy src/index.js and src/index.d.ts into a feature module. Do not parse local journey values with new Date().
  3. Map trusted source evidence. Use a real IANA zone when known; otherwise preserve an explicit unknown-zone reason rather than guessing.
  4. Run npm test and npm run example. Add provider fixtures, daylight-saving transitions, and international date-line cases that match your domain.
  5. Integrate in staging. Treat errors and unknown-zone warnings as reviewable states; keep instant derivation in a separate, explicitly tested host adapter.
  6. In Floot, use Update, verify the preview and download path, then use Publish. Verify production behavior and retain a rollback checkpoint.

This package performs no network, storage, booking, notification, or publication action.