-
- Downloads
On export, format dates to not include times
Currently all :type/DateTime values, including :type/Date values are serialized as ISO timestamps, which includes the time and timezone. This commit handles :type/Date fields differently, emitting only the date (year, month and day). Fixes #5828
Please register or sign in to comment