Comment by me_again
5 years ago
I had a function which only failed at 8 or 9 minutes past the hour.
It parsed a string containing the timestamp and "08" or "09" was interpreted as an invalid octal number. Argh.
5 years ago
I had a function which only failed at 8 or 9 minutes past the hour.
It parsed a string containing the timestamp and "08" or "09" was interpreted as an invalid octal number. Argh.
The beauty of loose dynamic typing