diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index d37ed227..b76fb696 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -350,3 +350,10 @@ fos_js_routing: | |||
350 | - howto | 350 | - howto |
351 | - fos_user_security_logout | 351 | - fos_user_security_logout |
352 | - new | 352 | - new |
353 | |||
354 | jms_serializer: | ||
355 | handlers: | ||
356 | # to be removed if we switch to (default) ISO8601 datetime instead of ATOM | ||
357 | # see: https://github.com/schmittjoh/JMSSerializerBundle/pull/494 | ||
358 | datetime: | ||
359 | default_format: "Y-m-d\\TH:i:sO" # ATOM | ||