I'm getting a date as Wed May 27 2020 00:00:00 GMT+0530 (India Standard Time), instead of Wed May 27 2020 12:34:00 GMT+0530 (India Standard Time).
I'm using angular ng date time picker, it works fine everywhere but just return 00:00:00 in once component.
<input type="text" placeholder="From" [owlDateTime]="dt4" class="custom" name="fromTime" [(ngModel)]="fromTime"
(ngModelChange)="validatetime()"></span>
<span class="example-trigger" [owlDateTimeTrigger]="dt4">
<i class="fas fa-calendar-alt blue hand"></i>
</span>
<owl-date-time [pickerType]="'calendar'" #dt4></owl-date-time>
fromTime: any;