attiny85 + 4060 + 32k quartz

Thank you both very much, I will try that.

If I understood correctly, I should set attiny85 fuse according to datasheets low freq oscillator part and set timer1 prescaler to 128 so I have counter overflow at exactly one second 2^8*128 = 32768 which is the exact oscillator frequency. And from 1 second, I could work my way out with the code

Am I right?