in reply to Re: Does ISO8601 require a separator in the time if one is used in the date?
in thread Does ISO8601 require a separator in the time if one is used in the date?

Thanks hippo, it's a good point and in general a good rule. The problem is that if we accept scruffy datetimes with Regexp::Common::time then we can't parse them to prep for DB insertion using DateTime::Format::ISO8601 and the parsing becomes more complicated than it should be. Maybe the cleanest way would be to write a class that uses both of those modules and provides a single interface.


The way forward always starts with a minimal test.
  • Comment on Re^2: Does ISO8601 require a separator in the time if one is used in the date?

Replies are listed 'Best First'.
Re^3: Does ISO8601 require a separator in the time if one is used in the date?
by Anonymous Monk on Mar 02, 2018 at 12:06 UTC