Currently, the DateTime type is hardcoded to receive only time values in RFC3339. It would be nice if we can specify custom time formats. It shouldn't be too hard I think, we just need to pass the specified layout string instead of the constant RFC3339.
Currently, the
DateTimetype is hardcoded to receive only time values in RFC3339. It would be nice if we can specify custom time formats. It shouldn't be too hard I think, we just need to pass the specified layout string instead of the constant RFC3339.