Skip to content

Commit

Permalink
fix: update time not working for ingested events. SDNTB-616 (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
GyanP authored Jan 6, 2020
1 parent 4060458 commit 08ce57d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class UpdateTimeComponent extends React.Component {
set(diff, field, value);
}

if (diff.dates != null && diff.dates.tz == null) {
if (diff.dates != null && !diff.dates.tz) {
// if no timezone use default one
diff.dates.tz = this.props.defaultTimeZone;
}
Expand Down

0 comments on commit 08ce57d

Please sign in to comment.