When creating Blender events in Win32 message processing we are using the current time as timestamp. This isn't set until we collect them, so this might be inaccurate at times of high load. This PR changes to using the time the message was delivered. Pull Request: https://projects.blender.org/blender/blender/pulls/115872