bluehalo / mean2-starter

Other
4 stars 0 forks source link

[A-202] Adding utc date pipe #126

Closed ymao1 closed 7 years ago

ymao1 commented 7 years ago

Adding date pipe to display dates in UTC. Added because the angular date pipe always displays dates in your local time zone.

reblace commented 7 years ago

Did we make a deliberate decision to not switch to using an third party package like https://github.com/urish/angular2-moment ?

ymao1 commented 7 years ago

I looked into using angular2-moment (and we are using it on another project) but support for that library seemed a little spotty and it looks like it's only a single person developing it so I wasn't sure if it was a dependable 3rd party library.

reblace commented 7 years ago

Ok, that's fine I was just curious. That specific package does have a lot of outstanding issues.

bodnarbm commented 7 years ago

Regarding angular2-moment, while it only has a single maintainer, I found them to be rather responsive to pull requests (at least in my experience submitting one to them). But now I see an unresponded to PR there that has been open for 20+ days.