Skip to content

Commit

Permalink
Replaced input time args in processing start datetime of process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajger committed Feb 5, 2024
1 parent 3351745 commit 571fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PharoLauncher-CLI/MacOSPlatform.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ MacOSPlatform >> processListArgs [
{ #category : #'*PharoLauncher-CLI' }
MacOSPlatform >> processStartDateArgs [

^ 'xargs -I{} date -jf "%a %b %e %T %Y" "{}" ''+%Y-%m-%d %H:%M:%S'''
^ 'xargs -I{} date -jf "%a %b %e %H:%M:%S %Y" "{}" ''+%Y-%m-%d %H:%M:%S'''
]

0 comments on commit 571fa76

Please sign in to comment.