You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue it in YAML conversion of DateTime(Offset) first being serialized with the Z timezone indication when taken directly from JSON, and then after reading from YAML and resaving it, serialized as timezone offset +0000.
The easiest solution right now would be round-tripping the yaml on save:
save yaml
read yaml again and re-save
The text was updated successfully, but these errors were encountered:
The issue it in YAML conversion of DateTime(Offset) first being serialized with the
Z
timezone indication when taken directly from JSON, and then after reading from YAML and resaving it, serialized as timezone offset+0000
.The easiest solution right now would be round-tripping the yaml on save:
The text was updated successfully, but these errors were encountered: