On Wed, Apr 19, 2006 at 06:13:52PM +0700, Fajar Priyanto wrote: > Everything seems to be running OK. However, when Playsms receives sms, the > time in the inbox is GMT, whereas my timezone is GMT + 7. > Is there anything I should do to correct it?
you could either change playsms to convert the time into localtime, either by convert the date string directly or use %T instead (unix epoch format), or edit urltrans.c and change gw_gmtime() into gw_localtime(). Regards, P.Y. Adi Prasaja
