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

I try all the possible combinations on taking that in a public module and then send it to backend module.
So i get 2 type of feedback:

  1. Current Date and Time from Server, which is wrong as you said.

  2. Correct Date and Time but in a form like this:
    {
    “isFulfilled”: true,
    “isRejected”: false,
    “fulfillmentValue”: “2018-10-17T18:04:40.749Z”
    }, which unfortunately i don’t know how to use. (Of course i use the command “await”).

If you be so kind to help.
We need Correct Date and Time for our Site to function.

Thank you very much in advance.