Skip to content

Fix: String parsed as time

Compare
Choose a tag to compare
@pkopac pkopac released this 30 Aug 13:30

If you are passing partial date in a string and relying on the library to parse it, you'll need to first Time.parse yourself. We now only support ISO & RFC format or a Time object, to avoid false positives.