go-yaml / yaml

YAML support for the Go language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid date-time format during marshalling returns unquoted value. Expecting quoted value.

Akashr7n opened this issue · comments

(Below is example without 'Z')
Actual:
date: 2020-04-15T00:00:00

Expecting:
date: '2020-04-15T00:00:00'

@rogpeppe / @niemeyer Could you please help look into this. Am I expecting anything wrong?