As per my requirement , I want to show the Hong Kong timezone even users from other timezone in ngx-daterangepicker-material. But date time picker shows locale time for Indian users . Here it needs to show the time of Hong Kong , not Indian time.
By use moment-timezone,
moment().tz('Your Timezone').subtract(29, 'day')