Rohith PR
Results
13
issues of
Rohith PR
Looks like Quora is masking usernames when you view an answer without logging in. "Quora User" is shown in place of the user's actual name. This is also affecting answers...
``` >>> parse('one o\'clock thirty minutes') (time.struct_time(tm_year=2015, tm_mon=11, tm_mday=18, tm_hour=11, tm_min=31, tm_sec=58, tm_wday=2, tm_yday=322, tm_isdst=0), 0) >>> parse('one thirty') (time.struct_time(tm_year=2015, tm_mon=11, tm_mday=18, tm_hour=11, tm_min=32, tm_sec=2, tm_wday=2, tm_yday=322, tm_isdst=0), 0) >>>...