Timezone Strategy

前端 未结 4 1953
情书的邮戳
情书的邮戳 2020-12-13 06:56

I am building a MVC 3 application where the users may not be in the same time zone, so my intent was to store everything in UTC and convert from UTC to local time in the vie

4条回答
  •  再見小時候
    2020-12-13 07:35

    You can use something like MomentJS to display dates/times. Helps with formatting and local times.

提交回复
热议问题