To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92074
User tbe changed the following:
What |Old value |New value
================================================================================
CC|'er,pj' |'er,mav,pj'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 24 14:54:25 +0000
2008 -------
ER:
The Share Document dialog displays the date string directly from
the shared control file. When writing the date to the shared
control file the method ShareControlFile::GetCurrentLocalTime()
(svtools/source/misc/sharecontrolfile.cxx) is used, which uses
osl_getSystemTime(), osl_getLocalTimeFromSystemTime() and
osl_getDateTimeFromTimeValue() in order to get aDate of type
oslDateTime. 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 );
MAV:
I think writing a localized date format in the shared control
file is the wrong approach (Let's consider the case of two
offices with different locales working on the same file.).
Therefore this issue must be fixed in the Share Document dialog
when displaying the date. What do you think?
---------------------------------------------------------------------
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]