Posts by Felipe Galdino • 83 points
1 post
-
8
votes1
answer661
viewsQ: How to show the Date object with the Timezone it was created in Javascript?
I have the following doubt, when I create an object Date with the following string: var teste = new Date("2020-06-03T12:05:03-05:00"); So I created an object Date who says they are 12:05:03 with a…