This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 6c9a568d0 fix(#1938): fix datetime representation in Data Explorer
(#1941)
6c9a568d0 is described below
commit 6c9a568d0822c64d21201b2b7f54d259062a06ca
Author: Leaf <[email protected]>
AuthorDate: Mon Sep 18 23:16:06 2023 -0700
fix(#1938): fix datetime representation in Data Explorer (#1941)
* implement new round processor
* add English locale, icon, and documentation
* fix checkstyle
* support different rounding modes
* add rounding mode in documentation
* fix time display
---
ui/src/app/data-explorer/data-explorer.module.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/app/data-explorer/data-explorer.module.ts
b/ui/src/app/data-explorer/data-explorer.module.ts
index e902f19a3..1b19a70f6 100644
--- a/ui/src/app/data-explorer/data-explorer.module.ts
+++ b/ui/src/app/data-explorer/data-explorer.module.ts
@@ -109,7 +109,7 @@ export const MY_NATIVE_FORMATS = {
day: 'numeric',
hour: 'numeric',
minute: 'numeric',
- hour12: false,
+ hourCycle: 'h23',
},
datePickerInput: {
year: 'numeric',