ibrahim wrote:<br>&gt; I am very sorry for not making my question clear enough. But the<br>
&gt; situation you just described is JUST what I want to do! Yes, I want to<br>&gt; 
do something exactly as you described; I am now at 4:00 am, I need to<br>&gt; 
make my app do something at - say - 8:00 am (the time of the alarm is<br>
&gt; calculated and varies from time to time, so i can&#39;t just use cron jobs<br>
&gt; to schedule the next alarm), So, I used a QTimer and set its interval to<br>
&gt; the duration between now and the next alarm. BUT this solution won&#39;t<br>
&gt; work if user decides to adjust the system clock/change timezone.<br>
&gt; What I&#39;m asking is there anyway to GET NOTIFIED by the system when &gt; its<br>&gt; clock/timezone changes (in order to recalculate the next alarm and set<br>
&gt; my Qtimer object to a new duration)?? any signal emitted ? anything?<br>
<br>&gt; I hope i made my question clear and sorry for any inconvenience.<br>&gt; thanks again<br clear="all"><br>Hi,<br><br>   You should check libalarm API and its feautures (<a href="http://maemo.org/api_refs/5.0/5.0-final/libalarm/">http://maemo.org/api_refs/5.0/5.0-final/libalarm/</a>). It provides You exactly what You want... the only problem is that it is in pure C. You can add alarm and forget about QTimer etc. Device could be even boot up on You alarm if that is a behaviour You would like to get (and device was switched off before Your alarm;) ). It should not be to hard to use this library in Qt code. Furthermore, You can check another library provided by Nokia - libtime (<a href="http://maemo.org/api_refs/5.0/5.0-final/clockd/">http://maemo.org/api_refs/5.0/5.0-final/clockd/</a>). It allows You to communicate with clockd which is responsible for maintaining time on the device. clockd daemon also sends D-Bus signal (<a href="http://maemo.org/api_refs/5.0/5.0-final/clockd/libtime_8h.html">http://maemo.org/api_refs/5.0/5.0-final/clockd/libtime_8h.html</a> just at the top of the page :) ) after time was changed by the user or time was synchronized and changed to different GMT offset (this is not working with every GSM network though).<br>
<br>   So.. fast reply for Your question is: signal send by clockd. Better solution: use libalarm which will save You a lot of time :)<br><br>Best Regards<br>-- <br>nomrasco<br>software development<br>