> $dt = DateTime->now_high_res(); > or > $dt = DateTime->now( high_res=>1 );
Thats a possibility too. Although to me that syntax would seem to guarantee HiRes support to be available. I don't know if we want add Time::HiRes as a dependency. -J --
> $dt = DateTime->now_high_res(); > or > $dt = DateTime->now( high_res=>1 );
Thats a possibility too. Although to me that syntax would seem to guarantee HiRes support to be available. I don't know if we want add Time::HiRes as a dependency. -J --