Tools → Tenant Management Tool → Migrate Scheduled Jobs for DST
A TMT command is available to migrate scheduled jobs created after daylight savings time (DST) began to adjust the time zone when DST ends. The result is the jobs will run at the same time before and after DST ends.
For each applicable scheduled job, the time zone offset will be mapped to the new time zone region for the four main US time zones only, as shown below:
Current Time Zone Offset | New Region Timezone |
---|---|
GMT -7: Americas/Los Angeles | PST |
GMT -6: Americas/Denver | MST |
GMT -5: Americas/Chicago | CST |
GMT -4: Americas/New York | EST |
Command Details
Command Name: -mst
or --migrate-scheduler-trigger
Here are the possible arguments:
Argument | Description | Example |
---|---|---|
. | Run against all available tenants | ./tmt.sh -clnm localCluster -mst . |
<TENANT> | Run for the specified tenant only | ./tmt.sh -clnm localCluster -mst demo |
<TENANT> <USER> | Run for all jobs owned by the specified user in the specified tenant | ./tmt.sh -clnm localCluster -mst demo admin |