dify/web/app/components/workflow/nodes/trigger-schedule/components
lyzno1 af6dae3498
fix(timezone): fix UTC offset display bug and add timezone labels
- Fixed convertTimezoneToOffsetStr() that only extracted first digit
  * UTC-11 was incorrectly displayed as UTC-1, UTC+10 as UTC+0
  * Now correctly extracts full offset using regex and removes leading zeros
- Created reusable TimezoneLabel component with inline mode support
- Added comprehensive unit tests with 100% coverage
- Integrated timezone labels into 3 locations:
  * Panel time picker (next to time input)
  * Node next execution display
  * Panel next 5 executions list
2025-10-13 17:28:39 +08:00
..
frequency-selector.tsx refactor: comprehensive schedule trigger component redesign (#24359) 2025-08-23 11:03:18 +08:00
mode-switcher.tsx feat: comprehensive trigger node system with Schedule Trigger implementation (#24039) 2025-08-18 09:23:16 +08:00
mode-toggle.tsx UI improvements: fix translation and custom icons for schedule trigger (#24167) 2025-08-19 18:27:07 +08:00
monthly-days-selector.tsx feat(trigger-schedule): simplify timezone handling with user-centric approach (#24401) 2025-08-24 21:03:59 +08:00
next-execution-times.tsx fix(timezone): fix UTC offset display bug and add timezone labels 2025-10-13 17:28:39 +08:00
on-minute-selector.tsx refactor: comprehensive schedule trigger component redesign (#24359) 2025-08-23 11:03:18 +08:00
weekday-selector.tsx refactor: comprehensive schedule trigger component redesign (#24359) 2025-08-23 11:03:18 +08:00