weimingtom / minijoe

Automatically exported from code.google.com/p/minijoe
1 stars 0 forks source link

date.toString should return local time and not UTC #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
JavaScript date.toString() should return a date/time string in local time
and not UTC. The bug is in JsDate.toString(), which should call the other
toString method with the "utc" parameter set to false.

Original issue reported on code.google.com by tbishop...@gmail.com on 9 Jun 2009 at 4:07