Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on 29th October #34

Open
Sunniiii opened this issue Sep 28, 2023 · 2 comments
Open

Bug on 29th October #34

Sunniiii opened this issue Sep 28, 2023 · 2 comments

Comments

@Sunniiii
Copy link

Sunniiii commented Sep 28, 2023

There seems to be a bug after Daylight-Saving-Time-Change on 29th October.

image

The same thing happens when time changes on the 31th march again. The day is completely missing
image

@Sunniiii
Copy link
Author

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;

[...]

@tryszTryszowy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants