I have an application programmed with win32 api calls. I am migrating to wxWindows, but I have problem. My app processes a win32 message called WM_TIMECHANGE (the system sends this message whenever the user changes the time or the date). I haven't found a similar event in wxWindows. Any idea?