Himanshu Jangid, हिमांशु जाँगिड़

Results 4 comments of Himanshu Jangid, हिमांशु जाँगिड़

A workaround is to map the time yourself using `moment-timezone`. I did the following: ```typescript startTime: moment(this.timeFilterForm.value.startTime) // the required timezone name .tz(UTC_TIMEZONE_NAME, true) .valueOf(), endTime: moment(this.timeFilterForm.value.startTime) .tz(UTC_TIMEZONE_NAME, true) .valueOf()...

Hi @ksvkabra, It would be great if you could add the documentation and unit tests as well for the feature. Refer to existing PRs for example.

We really need this feature, Please put this to deployment @2016rshah.