issue_comments: 744103639
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/4045#issuecomment-744103639 | https://api.github.com/repos/pydata/xarray/issues/4045 | 744103639 | MDEyOklzc3VlQ29tbWVudDc0NDEwMzYzOQ== | 6628425 | 2020-12-14T00:50:46Z | 2020-12-14T00:50:46Z | MEMBER | @half-adder I've verified that #4684 fixes your initial issue. Note, however, that outside of the time you referenced, your Dataset contained times that required nanosecond precision, e.g.: ```python
So in order for things to be round-tripped accurately you will need to override the original units in the dataset with nanoseconds instead of microseconds. This was not possible before, but now is with #4684. ```python
With #4684 you could also just simply delete the original units, and xarray will now automatically choose the appropriate units so that the datetimes can be serialized with ```python
|
{ "total_count": 3, "+1": 2, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
614275938 |