Skip to content

Fix WriteValue for DateTimeOffset to write as string (i.e. with quotes) - #322

Merged
PerthCharern merged 1 commit into
masterfrom
perthcharern/fixDateTimeJson
Sep 28, 2018
Merged

Fix WriteValue for DateTimeOffset to write as string (i.e. with quotes)#322
PerthCharern merged 1 commit into
masterfrom
perthcharern/fixDateTimeJson

Conversation

@PerthCharern

Copy link
Copy Markdown
Contributor
  • Add WriteValue for DateTime type
  • Fix WriteValue for DateTimeOffset type to convert to write as string with specific format. This will force it to be written just like string (ie. with double-quotes in JSON and single-quotes in YAML.)
  • Add Tests

Fix #291

- Fix WriteValue for DateTimeOffset type to convert to write as string with specific format. This will force it to be written just like string (ie. with double-quotes in JSON and single-quotes in YAML.)
- Add Tests

@Shwetap05 Shweta Patil (Shwetap05) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants