Ask Solem 10 years ago
parent
commit
9ff2bdde33
1 changed files with 5 additions and 3 deletions
  1. 5 3
      docs/internals/protocol.rst

+ 5 - 3
docs/internals/protocol.rst

@@ -23,9 +23,6 @@ Definition
 
 .. code-block:: python
 
-    # protocol v2 implies UTC=True
-    # 'class' header existing means protocol is v2
-
     properties = {
         'correlation_id': uuid task_id,
         'content_type': string mimetype,
@@ -102,6 +99,11 @@ Changes from version 1
     the payload (which may be language specific, e.g. serialized by the
     Python specific pickle serializer).
 
+- Always UTC
+
+    There's no ``utc`` flag anymore, so any time information missing timezone
+    will be expected to be in UTC time.
+
 - Body is only for language specific data.
 
     - Python stores args/kwargs and embedded signatures in body.