Time Zone?Not An Issue

Hey Guys,
 New to using this plugin, I am on Eastern Standard Time(EST) and had set this to restart everyday at 5:00am. 

{
  "Daily restarts": [
    "5:00"
  ],
  "Restart when new Oxide.Rust is out": true,
  "Initiate countdown at": 600,
  "Enable UI": true,
  "UI position (X,Y)": "0.92, 0.92",
  "UI scale": 1.0,
  "Enable console logs": true,
  "Commands": [
    "sr",
    "srestart",
    "smoothrestart",
    "smoothrestarter"
  ],​
Any idea what the default time zone is set to and how I can change it if possible? because it is currently 3:09pm here and it says my server is going to restart in 5 hours which would be 8:00pm.

Thanks!

All the time handling functions are operating with current system time (of the server machine). There is no option for time zone change, you will have to take into account the difference between your local time and your server's system time.

Locked automatically