Skip to content

Commit

Permalink
Use C locale to standart English formatting when getting date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajger committed Feb 2, 2024
1 parent 7784c5d commit 3351745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ PhLImageProcessListCliCommand >> startDateOfPid: pidString [
|pidDateCmd |
pidDateCmd := String streamContents: [: aStream |
aStream
nextPutAll: 'ps -o lstart= -p "';
nextPutAll: 'LANG=C ps -o lstart= -p "';
nextPutAll: pidString;
nextPutAll: '" | ';
nextPutAll: OSPlatform current processStartDateArgs.
Expand Down

0 comments on commit 3351745

Please sign in to comment.