ByteArray with DateTimes can't be used cross platform
ByteArray stores and reads DateTime instances in native byte order, which
means the resulting ByteArrays cannot be moved between Intel (Linux or
Windows) and non-Intel platforms.
Workaround:
none/not applicable