@Samsy@lemmy.ml to Memes@lemmy.ml • edit-22 years ago2023-08-09.jpglemmy.mlimagemessage-square344arrow-up12.01K
arrow-up11.86Kimage2023-08-09.jpglemmy.ml@Samsy@lemmy.ml to Memes@lemmy.ml • edit-22 years agomessage-square344
minus-square@flambonkscious@sh.itjust.workslinkfedilinkEnglish36•2 years agoAwful to actually read, though. Using T as a delimiter is mental… At least the hyphen provides some white space
minus-square@GBU_28@lemm.eelinkfedilinkEnglish7•2 years agoWhy are you splitting and delimiting a date object? Convert it to a shallower object if that’s what you need
minus-square@Lodra@programming.devlinkfedilinkEnglish12•2 years agoWhile you are definitely right, I and many others use yyyy-mm-dd outside of software. And that’s when the T becomes super lame.
minus-square@friend_of_satan@lemmy.worldlinkfedilink7•2 years agoLower case t is rfc3339 compatible https://ijmacd.github.io/rfc3339-iso8601/
Awful to actually read, though. Using T as a delimiter is mental… At least the hyphen provides some white space
Why are you splitting and delimiting a date object? Convert it to a shallower object if that’s what you need
While you are definitely right, I and many others use yyyy-mm-dd outside of software. And that’s when the T becomes super lame.
Honestly, even a lowercase t.
Lower case t is rfc3339 compatible https://ijmacd.github.io/rfc3339-iso8601/
You get used to it.