Skip to content

function zipkin_timestamp not work in the windows environment #18

@uasier

Description

@uasier
public function zipkin_timestamp()
{
    $str = microtime();
    $fstr =  substr($str,11,10).substr($str,2,6);
    return $fstr;
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions