jodaTime icon indicating copy to clipboard operation
jodaTime copied to clipboard

Fraction of a second parsing

Open yilun-zhu opened this issue 3 years ago • 0 comments

Hello, I noticed some behaviour that is inconsistent with the java time parsing.

  1. Given pattern, yyyy-MM-dd'T'HH:mm:ss, value 2019-09-26T07:58:30.555 passes, expected failure.
  2. Given pattern, yyyy-MM-dd'T'HH:mm:ss.SSS, value 2019-09-26T07:58:30 passes, expected failure.

Are these behaviours expected?

yilun-zhu avatar Jun 14 '21 03:06 yilun-zhu