Based on the Paul suggestion, one can write a description to get
DateAndTime right.
Hopefully this could be fixed in Voyage

Hilarie


mongoAccesstime
<mongoDescription>
^ VOToOneDescription new
        attributeName: 'accessTime';
        accessor: (MAPluggableAccessor
                read: [:userClient| userClient accessTime printString]
                write: [:userClient :string | userClient accessTime: 
(DateAndTime
fromString: string)]);
        yourself

Le 31/03/2017 à 21:06, Hilaire a écrit :
> Thanks for the idea.
> For me it is a bug[2], like the other one related to Date persistency,
> saved as DateAndTime, then shifting you one day[1].

-- 
Dr. Geo
http://drgeo.eu


Reply via email to