Start Here
Journey Local-Date & Time-Zone Serialization Codec v1.0.0
- Read
README.md and choose the exact date-only, local-time, or local-date-time boundary. - Copy
src/index.js and src/index.d.ts into a feature module. Do not parse local journey values with new Date(). - Map trusted source evidence. Use a real IANA zone when known; otherwise preserve an explicit unknown-zone reason rather than guessing.
- Run
npm test and npm run example. Add provider fixtures, daylight-saving transitions, and international date-line cases that match your domain. - Integrate in staging. Treat errors and unknown-zone warnings as reviewable states; keep instant derivation in a separate, explicitly tested host adapter.
- 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.