From 571fa76afdd7c6bdf14c38a6b69494c1505be832 Mon Sep 17 00:00:00 2001 From: David Bajger <45875448+Bajger@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:37:19 +0100 Subject: [PATCH] Replaced input time args in processing start datetime of process. --- src/PharoLauncher-CLI/MacOSPlatform.extension.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PharoLauncher-CLI/MacOSPlatform.extension.st b/src/PharoLauncher-CLI/MacOSPlatform.extension.st index 388a9dd7..9c1a6e55 100644 --- a/src/PharoLauncher-CLI/MacOSPlatform.extension.st +++ b/src/PharoLauncher-CLI/MacOSPlatform.extension.st @@ -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''' ]