On 6/21/06, Amos <[EMAIL PROTECTED]> wrote: > that's exactly my point, > when encoding and decoding the msg object, > shouldnt it deal with the timezones conversion? > or mayb it does and i just 4got to give him a parameter to do so? > plz advice
What does your mail header look like? A properly set-up message has something like Date: Wed, 21 Jun 2006 09:37:39 +0200 in it. This will tell the recipient that it was sent on 09:37 in a timezone that's two hours ahead of UTC (so 07:73 UTC) SynaUtil.Rfc822DateTime(now) will yield a proper date string. -- Ben _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
