1. All my servers post a time.GetUnixTimestamp() to a sql database, in a couple of my servers those are off by a few hours, i tried setting timezone in the OS, etc. but they are still off a bit, any ideas?
     
  2. Code:
    DateTime.Now.ToString("h:mm tt")
    will do the current time of the server in format(00:00)
     
  3. its the same plugin, it posts nix ts to sql, i own 14 servers, only 2 have the time off by a couple hours.
     
  4. Oh, I cant be too sure then. Only time i've ever needed to use this was in QuarryLocks :p
     
  5. thanks for trying, maybe Wulf can give me some insight.
     
  6. Do they all have the same NTP Server?
     
  7. same ntp server (time.nist.gov), same time, same time zone setting...baffling me. 2 servers out of 14.
     
  8. Could you give us maybe an example?
     
  9. On? the plugin? basically it just posts the current timestamp to a sql database, then i have a utility on my pc that monitors it, its for me to know howlong ago the server has pinged, to make sure its not down or crashed.
     
  10. I mean an example of what is wrong. The timestamp.
     
  11. Im actually dumb, time was off by 1 hour. Thanks anyway :)
     
  12. So timezone was wrong? :p
     
  13. no, the actual hour eh