Membrain API Change 2023-01-21

Date representation format change

On January 21st we'll be changing the format representation of date properties in the Membrain REST API for all returned date properties.

Current Format
2022-08-13 10:13
YYYY-MM-DD HH:mm

New Format
2022-08-13 10:13.23
.429856
YYYY-MM-DD HH:mm:ss.ffffff

If your date parsing code/library does not natively handle this date format feel free use only as much of the date as you desire.

Note that you are NOT required to supply date times with this resolution when Writing date properties or in searches.