Get following date from JSON response: 1470995100000 But angular-moment will convert this long to the current date + timezone offset. How can i avoid this?
{{ item.startDate | amDateFormat:'HH:mm' }}
Should be = 07:55 (correct value from database - always based on local timezone). But for example 09:55 will be displayed (if the timezone on the local machine was changed)
Kind regards