Project

General

Profile

Actions

Bug #17138

closed

Date precision inconsistencies between (for example) collections#show and collections#list

Added by Lucas Di Pentima over 3 years ago. Updated over 3 years ago.

Status:
Rejected
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
-
Story points:
-

Description

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)

versus

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

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

Actions

Also available in: Atom PDF