h5 input datetime-local不需要考虑前端时区,无需转UTC
对于跨时区的业务,后台一般采用UTC。所以有时候会习惯性的想在前端转UTC给后面,但其实没必要这么做,因为用moment.js等转换后还是跟输入的一模一样。所以说,datetime-local的值就是你输进去的,跟时区无关。给到UTC的后台就成了UTC,给到UTC+3的就是+3。
总之,input datetime-local的值,就是个字面量。
sort of, I have some experience in the domain of database(MySQL/mongo), java, python, front-end, etc. I'll willing to give and accept bits of help from others.
now base in Singapore.