--- loncom/auth/lonroles.pm 2003/09/21 21:40:06 1.73 +++ loncom/auth/lonroles.pm 2003/10/04 18:13:36 1.74 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.73 2003/09/21 21:40:06 www Exp $ +# $Id: lonroles.pm,v 1.74 2003/10/04 18:13:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -346,7 +346,7 @@ ENDHEADER $tstatus='future'; if ($tstart<$now) { $tstatus='will'; } } - $tpstart=localtime($tstart); + $tpstart=&Apache::lonlocal::locallocaltime($tstart); } if ($tend) { if ($tend<$then) { @@ -354,7 +354,7 @@ ENDHEADER } elsif ($tend<$now) { $tstatus='will_not'; } - $tpend=localtime($tend); + $tpend=&Apache::lonlocal::locallocaltime($tend); } if ($ENV{'request.role'} eq $trolecode) { $tstatus='selected';