How to display date with current UTC timezone abbreviation in Angular js. For example I want to display date as SEPTEMBER 2, 2014 3:15 PM PST or SEPTEMBER 2, 2014 3:15 PM IST, etc
1 Answer
AngularJS only supports 'UTC' timezone. You could refer to this API Reference for details. Instead, you could use other JS library to do this thing. Suggest using moment-timezone.js
1 Comment
Dark Army
 Since version 1.4.0-rc.0 AngularJS supports other timezones too.