We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a67ed commit 004490cCopy full SHA for 004490c
src/dashboard/Data/Jobs/JobsForm.react.js
@@ -187,6 +187,7 @@ export default class JobsForm extends DashboardView {
187
label={<Label text='When should it start?' />}
188
input={
189
<DateTimeInput
190
+ local={true}
191
disabled={!!this.props.initialFields.job}
192
value={fields.runAt}
193
onChange={setField.bind(null, 'runAt')} />
0 commit comments