I'm using the event script with v2.3 build 280 to stop and start the server for maintenance. I tested the stop/start entries at 5pm and it looked good. Then I set the stop time to midnight and after that time passed, I noticed the log panel had a date, but no time entry for the stop command. I check the log file and it has the same problem, no time.
Below is:
the log, showing a good entry, (IPs changed, password entries removed)
the event code
screen capture of the log panel
2012-07-23 4:56:32 PM xx.xxx.x.xxx 54702 Requested GET /
2012-07-23 5:00:00 PM Server stop
2012-07-23 5:00:00 PM Server Stopped
2012-07-23 5:05:00 PM Server start
2012-07-23 5:05:00 PM Server Started
2012-07-23 6:11:32 PM xx.xxx.x.xxx 55382 Requested GET /
2012-07-23 6:36:40 PM xx.xxx.x.xxx 60090 Login: /
2012-07-23 6:48:24 PM xx.xxx.x.xxx 49247 Requested GET /
2012-07-23 6:50:58 PM xx.xxx.x.xxx 49296 Requested GET /
2012-07-23 6:56:43 PM xx.xxx.x.xxx 60313 Requested GET /
2012-07-24 Server stop
2012-07-24 Server Stopped
2012-07-24 12:30:00 AM Server start
2012-07-24 12:30:00 AM Server Started
2012-07-24 1:37:51 AM xx.xxx.x.xxx 49343 Requested GET /
2012-07-24 1:48:58 AM xx.xxx.x.xxx 51427 Login: /
2012-07-24 2:08:52 AM xx.xxx.x.xxx 49553 Requested GET /
2012-07-24 3:00:31 AM xx.xxx.x.xxx 50333 Requested GET /
2012-07-24 11:42:17 AM xx.xxx.x.xxx 49312 Requested GET /
[unauthorized]
{.add to log|Login: %user% / %password%.}
[at 0:00]
{.stop server.}
{.add to log|Server Stopped.}
[at 0:30]
{.start server.}
{.add to log|Server Started.}
The extra entries are for debugging, I had the syntax wrong at first and just haven't removed them yet.