<?php $microsInThePast = 3000000; $currentDate = new DateTime("2019-10-14T15:08:23.123+02:00"); echo 'Current: ' . $currentDate->format(DATE_RFC3339_EXTENDED) . "\n"; echo 'Past: ' . $currentDate->modify("-{$microsInThePast} usec")->format(DATE_RFC3339_EXTENDED);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`