Project

General

Profile

Bug #17138

Updated by Lucas Di Pentima over 3 years ago

While working on avoiding unnecessary re-renderings on workbench2 I came across a problem with the API server: 

 Retrieving the same collection from the above mentioned endpoints gave me different date precision formats, for example: 

 @2020-10-07T19:32:42.993304Z@ (collections#list) (collection#show) 

 versus 

 @2020-10-07T19:32:42.993304000Z@ (collections#show) (groups#contents) 

 This is a problem because the @etag@ digest is different on every case, even though they're the same collection.

Back