mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
It's another read-only attribute. Please note that JSON:API specifies a format of `date-time` which we don't adhere to because it uses a `Z` in front of the timezone offset which doesn't seem to be included in the default json serialisation. So I didn't add the format and left it as simple `string`. Problem?