Schedule not cooperating, need review

Here's what I have in my config

  "InGameTime-Timer": {
	"14:00": "say This is test at 2PM",
	"02:00": "say This is a test at 2AM.",
	"08:00": "say This is a test at 8AM.",	
	"11:00": "say This is a test at 11AM."
  },​
For some reason, my server logs are showing these messages running at times I don't expect. 

Is my config correct?

You are using InGameTime-Timer so they will not match up to times in the logs.  The logs are showing RealTime-Timer.  In game timer is the time in game and the realtime timer is the time on the server machine.

IBvlUi9LKax1uBw.png Overlord

You are using InGameTime-Timer so they will not match up to times in the logs.  The logs are showing RealTime-Timer.  In game timer is the time in game and the realtime timer is the time on the server machine.

Ahh! Duh! Thank you very much!