Documentation for timestamp unclear on "whole seconds" JSON formatting #670
Labels
Comments
Now it has been updated to:
For whole seconds, the fractional parts should be omitted. |
vosst
pushed a commit
to airmap/protobuf
that referenced
this issue
Oct 17, 2018
…ers#671) The purego implementation is unable to handle unexported fields since it is impossible for purego code to mutate such fields without using unsafe. Also, modify the Makefile to test the purego code paths. Fixes protocolbuffers#670
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The JSON documentation for Timestamp states:
It's unclear whether the Unix epoch (for example) should be formatted as
1970-01-01T00:00:00Z
or1970-01-01T00:00:00.000Z
. Looking at the C++ code, it seems like it's the former - but that should be clarified in the documentation.The text was updated successfully, but these errors were encountered: