Clock having time dilation

groundFungus:

int aday = 2 || 3 || 4 || 5 || 6 || 9 || 10 || 11 || 12 || 13 || 16 || 17 || 18 || 19 || 20 || 23 || 24 ||25 || 26 || 27 || 30;

I have never seen a variable initialized that way. Print the value of aday in setup(). Is the value what you expect?

Seem a bit of a long winded way to get aday = 1.

I got that fixed. I placed the numbers in different variables (ex. aday2).