NitorCreations / nflow

Embeddable JVM-based workflow engine with high availability, fault tolerance, and support for multiple databases. Additional libraries are provided for visualization and REST API.
196 stars 37 forks source link

nflow-exporer-ng date format discussion #583

Closed zahariaca closed 1 year ago

zahariaca commented 1 year ago

Noticed that the date format in the UI uses 24 for midnight, more commonly 00 This happens in: https://github.com/NitorCreations/nflow/blob/599884ebe32c4534bfae3353739a8f39a5d66617/nflow-explorer-ng/src/utils.ts#L21

E.g: image

Is this intentional? Wouldn't it be more standard if the formatter would use HH instead of kk?

jsyrjala commented 1 year ago

HH would be also ok as a format. PR is welcome!

zahariaca commented 1 year ago

made change in: https://github.com/NitorCreations/nflow/pull/585

efonsell commented 1 year ago

Fixed in #585