Unable to use oxide.reload command with timer
I have been able to get other types of console commands like fog to work but I can never seem to get the in game timer to  do oxide.reload commands

Anyone else try this?
What exactly is the issue when using them? The plugin has no concept of what a command is, so it wouldn't be related to this even if it was an issue.
The issue is it doesn't run the reload command 
How do you know it doesn't?
I watch the in game timer hit its mark and it does nothing, but only for oxide.reload command. Everything else like fog and save works. I'm using the correct time format as well
Sounds a bit unlikely that nothing would happen for that particular command. Did you check your oxide/logs for any errors?
No errors at all. Just emptiness during that time

All of these InGameTime-Timer commands work except for oxide.reload
    "04:00": "fog .2",
    "04:10": "env.oceanlevel 0.5",
    "04:40": "oxide.reload BotSpawn",
    "05:00": "fog .3",
    "05:10": "env.oceanlevel 0.25",​

same problem here 

because i wanted a zombie event  i used this plugin to exucute the load / unload commands

oxide.load works
but oxide.unload or oxide.reload moslty do not 
to counter the problem i added 5 more oxide unload and that seem to work 
the strange thing is that the commands motly have problems before 09:00 in game time 
if i do unload after that it works fine

"InGameTime-Timer": {
    "06:05": "oxide.unload ZombieHorde",
    "06:10": "say Zombies are slowly going away, \nseems they cant handle the upcomming light!",
    "06:15": "oxide.unload ZombieHorde",
    "06:20": "oxide.unload ZombieHorde",
    "06:25": "oxide.unload ZombieHorde",
    "06:30": "say It should be safe to come out now\nzombies all went back into hiding",
    "06:40": "oxide.unload ZombieHorde",
    "09:10": "oxide.unload ZombieHorde",
    "18:55": "oxide.load ZombieHorde",
    "19:00": "say Zombieeessss\ngo out and kill them, \nor stay in your base and let the big boys handle this!"
}

All say works and all commands after 09:00 work

the rest dont work

Sounds like a time issue, not really a command issue.
Confirmed.  This does not work.  Even using several different in-game times to execute and going so far as trying to use this plugin to unload different plugins, it still will not call the "oxide.unload" command.  It's not a time issue, it's not a client/server issue... it's a plugin issue.