Skip to content

Instantly share code, notes, and snippets.

@kuro68k
Last active July 24, 2022 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuro68k/a4d0acc0245c74ff511ca5c3d677ea35 to your computer and use it in GitHub Desktop.
Save kuro68k/a4d0acc0245c74ff511ca5c3d677ea35 to your computer and use it in GitHub Desktop.
// DST dates
// EU, from year 2000, start day in March, end day in October, at 01:00.
uint8_t eu_dst_dates[] = {
26, 29, // 2000
25, 28,
31, 27,
30, 26,
28, 31,
27, 30,
26, 29,
25, 28,
30, 26,
29, 25,
28, 31,
27, 30,
25, 28,
31, 27,
30, 26,
29, 25,
27, 30,
26, 29,
25, 28,
31, 27,
29, 25,
28, 31,
27, 30,
26, 29,
31, 27,
30, 26,
29, 25,
28, 31,
26, 29,
25, 28,
31, 27,
30, 26,
28, 31,
27, 30,
26, 29,
25, 28,
30, 26,
29, 25,
28, 31,
27, 30,
25, 28,
31, 27,
30, 26,
29, 25,
27, 30,
26, 29,
25, 28,
31, 27,
29, 25,
28, 31,
27, 30,
26, 29,
31, 27,
30, 26,
29, 25,
28, 31,
26, 29,
25, 28,
31, 27,
30, 26,
28, 31,
27, 30,
26, 29,
25, 28,
30, 26,
29, 25,
28, 31,
27, 30,
25, 28,
31, 27,
30, 26,
29, 25,
27, 30,
26, 29,
25, 28,
31, 27,
29, 25,
28, 31,
27, 30,
26, 29,
31, 27,
30, 26,
29, 25,
28, 31,
26, 29,
25, 28,
31, 27,
30, 26,
28, 31,
27, 30,
26, 29,
25, 28,
30, 26,
29, 25,
28, 31,
27, 30,
25, 28,
31, 27,
30, 26,
29, 25 // 2099
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment