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
I know there's only one converter out-of-the-box, ie. GuidConverter.
YamlDotNet itself can convert string to DateTime automatically and vice-versa. However, if the date/time format is not that expected, it fails conversion. Would it be part of your roadmap to include those frequently used converters within the library at some stage? I can send a PR for DateTimeConverter, if you like.
It's probably related to #196 (DateTimeOffset) issue by the way.
Cheers,
The text was updated successfully, but these errors were encountered:
justinyoo
changed the title
DateTimeConverter or NullableDateTimeConverter
DateTimeConverter
Jan 8, 2017
Hi,
I know there's only one converter out-of-the-box, ie. GuidConverter.
YamlDotNet itself can convert string to DateTime automatically and vice-versa. However, if the date/time format is not that expected, it fails conversion. Would it be part of your roadmap to include those frequently used converters within the library at some stage? I can send a PR for
DateTimeConverter
, if you like.It's probably related to #196 (DateTimeOffset) issue by the way.
Cheers,
The text was updated successfully, but these errors were encountered: