You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed the bug for my version now with the following code.
[...]
getDatesBetweenTwoDates(format: string, index: number): Header {
let now = moment.utc(this.start);
const dates = new Header();
let prev!: string;
let colspan = 0;
I fixed the bug for my version now with the following code.
[...] getDatesBetweenTwoDates(format: string, index: number): Header { let now = moment.utc(this.start); const dates = new Header(); let prev!: string; let colspan = 0;
[...]
Could you provide more information on how you implemented this? I'm having trouble with this issue and I'm not able to resolve it.
There seems to be a bug after Daylight-Saving-Time-Change on 29th October.
The same thing happens when time changes on the 31th march again. The day is completely missing
The text was updated successfully, but these errors were encountered: