Internet Explorer 11 computed timezone bug
问题 I am aware of the origin of the problem and googled like half a day, but still couldn't find any good workarounds or solutions for this. Our Angular 7+ application use a timezone interceptor , which looks like this: import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Injectable } from '@angular/core'; @Injectable() export class TimezoneInterceptor implements HttpInterceptor { constructor() { } intercept(req: