소스 검색

Merge pull request #64 from mvrhov/patch-1

update datetime part of configuration to match the code
Johannes 13 년 전
부모
커밋
1ee7bad960
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Resources/doc/index.rst

+ 2 - 2
Resources/doc/index.rst

@@ -63,8 +63,8 @@ suit your needs::
         handlers:
             object_based: false
             datetime:
-                format: Y-m-dTH:i:s
-                default_timezone: UTC
+                format: <ISO8601 (Y-m-dTH:i:s)>
+                default_timezone: <timezone set in php.ini or via date_default_timezone_set>
             array_collection: true
             form_error: true
             constraint_violation: true