Skip to content

Commit e19f640

Browse files
authored
Update document about accepted timestamp format by the delta sharing serveR (delta-io#340)
1 parent ed10d2f commit e19f640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PROTOCOL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ content-type: application/x-ndjson; charset=utf-8
23282328
```
23292329

23302330
### Timestamp Format
2331-
Accepted timestamp format by a delta sharing server: `yyyy-[m]m-[d]d hh:mm:ss[.f...]`. The server will use its local time zone to parse the provided timestamp.
2331+
Accepted timestamp format by a delta sharing server: in the ISO8601 format, in the UTC timezone, such as `2022-01-01T00:00:00Z`.
23322332

23332333
## API Response Format
23342334

0 commit comments

Comments
 (0)