Return to lonlocal.pm CVS log | Up to [LON-CAPA] / loncom / localize |
version 1.39, 2006/04/20 04:30:23 | version 1.40, 2006/06/27 14:20:55 |
---|---|
Line 264 sub gettimezone { | Line 264 sub gettimezone { |
sub locallocaltime { | sub locallocaltime { |
my $thistime=shift; | my $thistime=shift; |
if (!defined($thistime) || $thistime eq '') { | |
return &mt('Never'); | |
} | |
if ((¤t_language=~/^en/) || (!$lh)) { | if ((¤t_language=~/^en/) || (!$lh)) { |
return ''.localtime($thistime).&gettimezone($thistime); | return ''.localtime($thistime).&gettimezone($thistime); |
} else { | } else { |