On 09/10/2012 01:55 AM, Achim wrote:
Perhaps this is not very elegant, but it works. Feel free to include/improve this.
On the same issue, does anybody know if only iPhone expects Unix timestamps, or if it is "The Right Thing To Do (TM)" for most clients?
It looks that there's no standard for this. There are also not many LDAP schemas with these fields. They are using different formats of date. It would be good to have an option in Roundcube to define date format used on write, e.g.
'date_format' => array( 'anniversary' => '%Y-%m-%d', 'birthday' => '%s', ),