I have a question about the use of moment.js, the question is, if today I put a date and time for example 03/14/2018 at 01:00, I usually keep the UTC time in the database to then format it to the date / time that corresponds depending on the region of the client (hence the use of moment), so far, but I have a problem, which is, instead of being today, for example I put it in August (that there is a different schedule) because I do not see the time well, until you have that kind of schedule, change from +1 to +2 hours depending on the time of year.
So my question is, if I want to set a date time, for example 08/14/2018 at 1, I want to see the 1, be it in March or August, but I do not understand very well how to do this .
I hope any help, thanks.