My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 688: parseTime fails to parse time in HH:mm format
1 person starred this issue and may be notified of changes. Back to list
Status:  Released
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by garts...@gmail.com, Oct 26, 2010
Hello,
The parseTime function uses parseInt without specifying the radix, e.g. parseInt(xxx, 10). This causes "08" to be parsed as 0, which is of course wrong. Many more functions in the code use parseInt without radix and thus suffer from the same bug.
Nov 21, 2010
Project Member #1 adamrs...@gmail.com
got it, can't believe i never knew about this pitfall
Status: Accepted
Labels: Type-Defect
Jan 2, 2011
Project Member #2 adamrs...@gmail.com
this is fixed in 1.4.10, just released. thanks
Status: Fixed
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released
Sign in to add a comment

Powered by Google Project Hosting