cesium / calendarium

📆 Calendar with special events, due dates and week schedule
https://calendario.cesium.di.uminho.pt/
11 stars 2 forks source link

chore: disable dst fix #178

Closed diogogmatos closed 9 months ago

diogogmatos commented 9 months ago

Disabled the Daylight Savings Time bug fix, that subtracts 1 hour to events inside DST to account for the old Netlify timezone bug, as it seems to be now acting like normal, causing future events (in mid february) to start displaying their time incorrectly (1h before the actual time).

Also updated node to version 20.0.0 and plugin-nextjs to address this Netlify warning:

image

netlify[bot] commented 9 months ago

Deploy Preview for cesium-calendarium ready!

Name Link
Latest commit dd86f85e025e2b3753582dd7504e949701627b36
Latest deploy log https://app.netlify.com/sites/cesium-calendarium/deploys/65b3efde816c3900085b6f40
Deploy Preview https://deploy-preview-178--cesium-calendarium.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

ruilopesm commented 9 months ago

Always use LTS versions.

diogogmatos commented 9 months ago

chore: disable dst fix