anshumaantgi / StuBid

0 stars 0 forks source link

Date difference in different countries #13

Open bransometan opened 1 year ago

bransometan commented 1 year ago

image Tested on SIngapore time and foreign country time. As you can see, there is a difference of +- 3 hours. Need to set it all to singapore time when publishing/updating.

bransometan commented 1 year ago

npm install moment-timezone solution is to set timezone to singapore

import "moment" from "moment-timezone" moment().tz('Singapore').format('DD/MM/YYYY, HH:mm:ss')