github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/expiry-parsing-date-only-fix.md (about)

     1  Bugfix: Make date only expiry dates valid for the whole day
     2  
     3  When an expiry date like `2022-09-30` is parsed, we now make it valid for the whole day, effectively becoming `2022-09-30 23:59:59`
     4  
     5  https://github.com/cs3org/reva/pull/3298