--- loncom/interface/loncommunicate.pm 2003/09/23 00:26:10 1.16 +++ loncom/interface/loncommunicate.pm 2003/10/04 20:49:40 1.17 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.16 2003/09/23 00:26:10 www Exp $ +# $Id: loncommunicate.pm,v 1.17 2003/10/04 20:49:40 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -112,7 +112,7 @@ END my ($sendtime,$shortsubj,$fromname,$fromdom,$status)= &Apache::lonmsg::unpackmsgid($_); if (defined($sendtime) && $sendtime!~/error/) { - $sendtime = localtime($sendtime); + $sendtime = &Apache::lonlocal::locallocaltime($sendtime); if ($status eq 'new') { push @newmsgs, { msgid => $_,