mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
previously we were always parsing the string input as UTC which cased issues like:
{{ '2012-04-01' | date:'d MMM yyyy' }} renders as 31 Mar 2012
BREAKING CHANGE: string input without timezone info is now parsed as local time/date
Closes #847
|
||
|---|---|---|
| .. | ||
| filterSpec.js | ||
| filtersSpec.js | ||
| limitToSpec.js | ||
| orderBySpec.js | ||