DateTime.now() not updating correctly

I’ve made my own custom admin system and it uses Discord webhooks to log commands and it uses DateTime.now() to show when the command was used,
For some reason it says its December 11th and 1 hour behind even though the 12th.

When I run the same time script in the command bar it shows the correct time:

Anyone know how to fix this? If its a simple bug on Roblox would be nice if someone would report it in devforum, I don’t have bug report category access.

1 Like

Is the messages sent to your webhook from a roblox server? If so then it could be due to the server being in a different time zone than you.

They were working fine yesterday, showing the correct date and time but they aren’t anymore.