Level 6
You can try Carbon::parse($item)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
This is what the api returns for the datetime (which I assume is microtime) 1559308911000 and when I use
{{ \Carbon\Carbon::createFromTimestamp($item['createdDateTime']) }}
it returns this as the result
51382-07-13 20:10:00
Any idea what is going on. I should be getting day month year
Please or to participate in this conversation.