Skip to content

Instantly share code, notes, and snippets.

@kylekatarnls
Created January 28, 2019 14:25
Show Gist options
  • Save kylekatarnls/b27e78eb30b59ae5989a9e694c2a8419 to your computer and use it in GitHub Desktop.
Save kylekatarnls/b27e78eb30b59ae5989a9e694c2a8419 to your computer and use it in GitHub Desktop.
<?php
$utcString = '2018-05-12 23:16:46.123456';
$date = new CarbonImmutable($utcString);
echo $date->tz($timezone)->locale($lang)->calendar();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment