Loading django/contrib/admin/static/admin/js/core.js +4 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,10 @@ String.prototype.strptime = function(format) { } ++i; }; return new Date(year, month, day); // Create Date object from UTC since the parsed value is supposed to be in // UTC, not local time. Also, the calendar uses UTC functions for date // extraction. return new Date(Date.UTC(year, month, day)); } // ---------------------------------------------------------------------------- Loading docs/releases/1.8.9.txt +4 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,7 @@ Bugfixes * Fixed a crash in the translations system when the current language has no translations (:ticket:`26046`). * Fixed a regression that caused the incorrect day to be selected when opening the admin calendar widget for timezones from GMT+0100 to GMT+1200 (:ticket:`24980`). Loading
django/contrib/admin/static/admin/js/core.js +4 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,10 @@ String.prototype.strptime = function(format) { } ++i; }; return new Date(year, month, day); // Create Date object from UTC since the parsed value is supposed to be in // UTC, not local time. Also, the calendar uses UTC functions for date // extraction. return new Date(Date.UTC(year, month, day)); } // ---------------------------------------------------------------------------- Loading
docs/releases/1.8.9.txt +4 −0 Original line number Diff line number Diff line Loading @@ -14,3 +14,7 @@ Bugfixes * Fixed a crash in the translations system when the current language has no translations (:ticket:`26046`). * Fixed a regression that caused the incorrect day to be selected when opening the admin calendar widget for timezones from GMT+0100 to GMT+1200 (:ticket:`24980`).