To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92074
------- Additional comments from [EMAIL PROTECTED] Thu Jul 24 17:33:57 +0000 2008 ------- > The Share Document dialog displays the date string directly from > the shared control file. [...] > The date is then written in a self-defined(?) > format: > > sprintf( pDateTime, "%02d.%02d.%4d %02d:%02d", aDateTime.Day, > aDateTime.Month, aDateTime.Year, aDateTime.Hours, aDateTime.Minutes ); Now that makes me wonder even more, because with DEV300m26 in an en-US locale for the "Accessed" column I see the value formatted as mm/dd/yyyy HH:MM There must be something different displaying it in the dialog. In the lock file the value is indeed present as dd.mm.yyyy HH:MM For what is written to the file I would had suggested the ISO 8601 format yyyy-mm-dd HH:MM instead, which is unambiguous and reliable to parse, for humans and machines ;-) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
