Skip to content

Commit 004490c

Browse files
计划创建时间采用本地日期
1 parent c0a67ed commit 004490c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dashboard/Data/Jobs/JobsForm.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export default class JobsForm extends DashboardView {
187187
label={<Label text='When should it start?' />}
188188
input={
189189
<DateTimeInput
190+
local={true}
190191
disabled={!!this.props.initialFields.job}
191192
value={fields.runAt}
192193
onChange={setField.bind(null, 'runAt')} />

0 commit comments

Comments
 (0)