photz-insify

Results 2 comments of photz-insify

I ran into this too and in my case one extra complication was that I'm getting a timestamp in milliseconds rather than seconds. I resorted to just creating a separate...

The format specifier can also be `U.v` or `U.u`: ``` php > var_dump(\DateTimeImmutable::createfromFormat('U.v', '1707737662.500')); php shell code:1: class DateTimeImmutable#1 (3) { public $date => string(26) "2024-02-12 11:34:22.500000" public $timezone_type =>...