I need to display only the UTC Date and Time,
I am using this
moment.utc();
But it is considering my system time. I don't want to consider my system time. I just plainly want to print the UTC Time, How can i do that ?
I need to display only the UTC Date and Time,
I am using this
moment.utc();
But it is considering my system time. I don't want to consider my system time. I just plainly want to print the UTC Time, How can i do that ?