Page MenuHomePhorge

Herald Transcripts: Use μs instead of us for microseconds
ClosedPublic

Authored by aklapper on Mon, Mar 31, 21:17.
Tags
None
Referenced Files
F3645016: D25942.1745351149.diff
Mon, Apr 21, 19:45
F3585700: D25942.1745130728.diff
Sat, Apr 19, 06:32
F3576413: D25942.1745045018.diff
Fri, Apr 18, 06:43
F3540821: D25942.1744896651.diff
Wed, Apr 16, 13:30
F3531992: D25942.1744889476.diff
Wed, Apr 16, 11:31
F3531970: D25942.1744888413.diff
Wed, Apr 16, 11:13
F3531864: D25942.1744885401.diff
Wed, Apr 16, 10:23
F3470580: D25942.1744745976.diff
Mon, Apr 14, 19:39

Details

Summary

Use Unicode abbreviation μs for microseconds instead of ASCII us which made me wonder for a while what that is.

mb_chr is available since PHP 7.2.0 (which Phorge requires). Entering μ directly makes lint bark about "Bad Charset".

Test Plan

Go to http://phorge.localhost/herald/transcript/1/profile/ and look at values in the "Cost" column.
Works with PHP 8.3; no clue which prehistoric PHP versions may have problems.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable