从服务器收到的日期在UTC
时区,我需要将其转换为特定的时区,例如:America/New_York
。以下是相同的代码
<span class="bold" ng-bind="sess.date_time | amTimezone:'America/New_York' | amDateFormat:'h:mm a'"></span>
但这样做我得到以下错误:
Moment Timezone has no data for America/New_York. See http://momentjs.com/timezone/docs/#/data-loading/.
但是America/New_York
是一个已知的时区,moment
但它仍然要求我添加时区。