php echo (convert) date to RFC 3339

Updated: 3th February 2023
Tags: php

echo date(DATE_RFC3339);
//convert from other format
echo date(DATE_RFC3339, strtotime('2023-01-01 05:55:55'));