I want to feed my plants with an arduino at 8 o'clock and 14 o'clock.
So I simply need to set a digital pin to HIGH during 1000ms at 8 o'clock and 14 o'clock.
My problem : there is a lot of different library to do that. Could you just advice me what's the simplest way according to your experience?
Thanks for your precise reply, it's seems to be a good solution but I'm more interested in arduino only solution (without external component). even if I understand that if my arduino is out of power, I loose the current time...
You need something that can supply the actual time. The Arduino only knows how long it has been running. Your choices are a $15 RTC (they can be had for a lot cheaper. Sparkfun's real proud of some of their stuff - this is a good example of that) or a PC.
I think the set-it-and-forget-it RTC is a better solution. You apparently have a different opinion. That's fine. Just don't be fooled into thinking that the Time library does away with the need for external hardware to supply the time.