Hi, I want to know if it is posible to schedule a job using utc datetime. I have a database in other region that have a different time zone and it also have Daylight Saving Time that is not aplicable where I use the software, because of this I have a different timestamp for my logs and I cant run a job on a specific time. For my timestamps I using this code: DATEADD(hh, -5, GETUTCDATE()) this way I getting my local time, but want the jobs to execute whit something like this to so Daylight Saving Time does not affect me.
Thanks
Start Free Trial