# There are one or more update processes that listen for status updates
# from client programs.
-# $Id: spong-server.pl,v 1.37 2001/01/10 16:29:41 sljohnson Exp $
+# $Id: spong-server.pl,v 1.38 2001/01/31 14:27:07 sljohnson Exp $
use lib "@@LIBDIR@@";
'Jul','Aug','Sep','Oct','Nov','Dec');
foreach ( 0..11 ) { if ($mon eq $MoY[$_]) { $mon = $_; last; } }
- $time = timelocal($sec,$mon,$hr,$day,$mon,$yr);
+ $time = timelocal($sec,$min,$hr,$day,$mon,$yr);
} else {
&error( "save_bb_status: invalid bb time [$bbtime]" );
return;