Skip to content
Snippets Groups Projects
Commit c8e78d97 authored by Valeriy Sizov's avatar Valeriy Sizov
Browse files

Merge pull request #7495 from polamjag/fix-date-format-on-system-hook

Use xmlschema date format (ISO 8601) on system hooks timestamp
parents b37b71d8 100022d3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,7 +18,7 @@ class SystemHooksService
def build_event_data(model, event)
data = {
event_name: build_event_name(model, event),
created_at: model.created_at
created_at: model.created_at.xmlschema
}
 
case model
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment