Conversation
|
This should address #74. |
|
Whats the status of this merge request? I need the same functionality. @adamalbrecht I see that you are doing a rewrite, does this mean all PR's are being ignored for the time being? |
|
@lukebyrne Not necessarily ignoring - I'm just evaluating each one individually to see whether it's worth it at the moment. In the rewrite, my intention is to make it more focused and modular so that dealing with issues like time zones and date formats is done outside of the library. Otherwise there are just too many edge cases to worry about. |
|
Cheers, I ended up just using the angularJS inbuilt stuff you had to get the UTC offset I needed for the time being. Thanks for an awesome plugin. |
|
I have coded the support for UTC timezone in my fork (with tests): https://github.com/gildorwang/ngQuickDate Anyone who needs this feature can have a try! |
Sometimes I need to deal with UTC dates so I updated a little bit:
timezoneconfiguration. Accepted values:nullorUTCtimezoneparameter for angulardatefilter to show date in UTC timezonetimezoneconfiguration is set toUTC)