From 61c84d6a6951097555258c9ccd41dd53bc2faa5d Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 27 Dec 2023 09:55:03 +0100 Subject: [PATCH] Change timestamp format in Journal component The timestamp format in the Journal component of the Workflow Instances view has been updated. The previous format, "t", has been replaced with "G" to provide clearer and more detailed timestamp information. --- .../Pages/WorkflowInstances/View/Components/Journal.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Elsa.Studio.Workflows/Pages/WorkflowInstances/View/Components/Journal.razor b/src/modules/Elsa.Studio.Workflows/Pages/WorkflowInstances/View/Components/Journal.razor index ef03629a..8247c49e 100644 --- a/src/modules/Elsa.Studio.Workflows/Pages/WorkflowInstances/View/Components/Journal.razor +++ b/src/modules/Elsa.Studio.Workflows/Pages/WorkflowInstances/View/Components/Journal.razor @@ -75,7 +75,7 @@
- @record.Timestamp.ToString("t") + @record.Timestamp.ToString("G")