dokploy/apps/schedules
Mauricio Siu 6c61919202 feat(schedules): add timezone support for scheduled jobs and update database schema
- Introduced a new `commonTimezones` array for timezone selection in the UI.
- Updated the schedule form to include an optional timezone field.
- Modified the database schema to add a `timezone` column to the `schedule` table.
- Enhanced the scheduling logic to utilize the specified timezone, defaulting to UTC if not provided.
2025-12-07 22:42:40 -06:00
..
src feat(schedules): add timezone support for scheduled jobs and update database schema 2025-12-07 22:42:40 -06:00
.gitignore feat(schedules): add schedules server 2024-10-05 22:11:38 -06:00
package.json chore(package): version up pnpm to v9.12.0 2025-07-14 15:58:20 +09:00
README.md feat(schedules): add schedules server 2024-10-05 22:11:38 -06:00
tsconfig.json chore: disable TypeScript declaration generation in schedules tsconfig 2025-02-23 00:07:38 -06:00

npm install
npm run dev
open http://localhost:3000