CodaChroma@lemmy.world to Standardization@sh.itjust.worksEnglish · 1 year agoWow! It actually makes sense!i.imgur.comimagemessage-square25fedilinkarrow-up113arrow-down10
arrow-up113arrow-down1imageWow! It actually makes sense!i.imgur.comCodaChroma@lemmy.world to Standardization@sh.itjust.worksEnglish · 1 year agomessage-square25fedilink
minus-squaremattaw@sh.itjust.workslinkfedilinkEnglisharrow-up1·1 year agoI also remember as PHP programming language still won’t do it with this function: DateTimeInterface::ISO8601 DATE_ISO8601 https://www.php.net/manual/en/class.datetimeinterface.php#datetime.constants.iso8601 You need the DateTimeInterface::ISO8601_EXPANDED which can actually accept non compliant strings too. PHP - wherever you see an intuitive solution it’s wrong or has important caveats.
I also remember as PHP programming language still won’t do it with this function: DateTimeInterface::ISO8601 DATE_ISO8601 https://www.php.net/manual/en/class.datetimeinterface.php#datetime.constants.iso8601
You need the DateTimeInterface::ISO8601_EXPANDED which can actually accept non compliant strings too.
PHP - wherever you see an intuitive solution it’s wrong or has important caveats.