1 kelton May 08, 2006 01:24
3 kelton May 19, 2006 16:03
Thanks for the information on fixing the email time posted. Commenting out the line in getmail fixed the problem.
Kelton
4 yabba May 19, 2006 18:20
yaaaay, sometimes I guess right ;)
¥
5 blueyed May 20, 2006 02:52
Added to the todo list for review. IMHO it makes sense to use just the email's datetime, but I'm not sure.
6 yabba May 20, 2006 10:33
Would it be better to add a setting for email offset time just in case it's needed in the future?
¥
7 blueyed May 20, 2006 14:39
It's just bad in this case to have any offset: someone may blog from Canada, while the blog is hosted on a server in Europe: you would need another offset for emails from there than from Europe.
The clean way would be if the blog has an timezone and emails would get converted to it.
As it's now, it's probably the best to just remove the offset: the sender of the email would have to make sure that s/he "fakes" the time of the mail accordingly.
8 yabba May 20, 2006 14:56
I think I'll stick with blogging via admin :p
¥
9 blueyed May 24, 2006 23:02
Just removed any time_difference relevant changes in getmail.php.
I don't blog by email so I don't know if this will cure it or not, but try commenting out this line in htsrv/getmail.php
$ddate_U = $ddate_U + ($Settings->get('time_difference') * 3600);
¥