▲ | pavel_lishin 5 days ago | |
> The translation from/to this representation to a broken-down y/m/d takes only ~50 lines of code anyways. Didn't the article explicitly tell us not to write our own date parsing library? | ||
▲ | kccqzy 4 days ago | parent [-] | |
I disagree with that. And furthermore it's not parsing. It's converting between a single integer and a tuple of three integers. |