[Vuejs]-Is There Any Way to Get Current Date Time With Timezone in Vue JS?

0👍

Date() takes the GMT from your system. That means that if your GMT is wrong then your system has a wrong GMT. Change your system’s GMT from settings and then run again the code and see the results.

Leave a comment