I am trying to get current Date and Time from back end

Taking the date / time from backend is a bad idea if you want some correctness in that value. It depends on the server where the content is served from and that could be anywhere in the world. It also depends on various caching mechanisms used by Wix when serving content to the users.

If you want the correct users information date / time take that in a public module and send that to the backend module then it will be correct.