How could I make the moment.Moment to be in UTC, but preserve the date and time?
E.g. I have the moment.Moment which holds a non UTC time:
Tue Sep 14 2021 00:00:00 GMT+0200 (Central European Summer Time)
I want to have a moment.Moment which would have the same time, i.e. Tue Sep 14 2021 00:00:00, but in UTC.