Skip to content

Commit

Permalink
derp2
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardPosselt committed Aug 18, 2016
1 parent 70b8eb7 commit 4ff179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utility/Time.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getTime() {
*/
public function getMicroTime() {
list($millisecs, $secs) = explode(" ", microtime());
return $secs . substr($millisecs, 2);
return $secs . substr($millisecs, 2, 6);
}

}

0 comments on commit 4ff179d

Please sign in to comment.