Files
multica/server
J 47562a7092 refactor(autopilot): centralize timezone default and cover invalid-timezone fallback (MUL-2742)
Follow-up nits from PR #3324 review:

- Export DefaultAutopilotTriggerTimezone so the autopilot scheduler reuses
  the same source-of-truth as the service layer instead of hardcoding "UTC"
  in two places.
- Add tests that lock down the invalid-timezone fallback (e.g. "Foo/Bar")
  for both buildIssueDescription and interpolateTemplate, so a future change
  to the resolve/format helpers can't silently emit a half-formatted
  timestamp or date.

Co-authored-by: multica-agent <github@multica.ai>
2026-05-27 15:34:19 +08:00
..