Skip to content

Instantly share code, notes, and snippets.

@shouhei
Created February 12, 2014 14:48
Show Gist options
  • Save shouhei/8956822 to your computer and use it in GitHub Desktop.
Save shouhei/8956822 to your computer and use it in GitHub Desktop.
Ruby Tine.now -> php Datetime
$date = new DateTime('NOW');
$time_str = preg_replace("/\+/"," +",preg_replace("/T/"," ", $date->format(DATE_ISO8601)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment