<?php $date = new DateTimeImmutable(); $timestampMs = (int) ($date->getTimestamp() . $date->format('v')); var_dump($date); var_dump($timestampMs);
You have javascript disabled. You will not be able to edit any code.