IO-1708 Revert timezone change in app

This commit is contained in:
Patrick Fic
2022-02-11 08:24:34 -08:00
parent 85ccb36b2e
commit 75b2398421
3 changed files with 25 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ export function FormDatePicker({
<div onKeyDown={handleKeyDown}>
<DatePicker
ref={ref}
value={value ? moment(value).tz(bodyshop.timezone) : null}
value={value ? moment(value) : null}
onChange={handleChange}
format={dateFormat}
onBlur={onBlur || handleBlur}