https://bugs.documentfoundation.org/show_bug.cgi?id=100735

Aron Budea <ba...@caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ba...@caesar.elte.hu
     Ever confirmed|0                           |1

--- Comment #1 from Aron Budea <ba...@caesar.elte.hu> ---
Confirmed. Actually, date is already formatted as text when the lock file is
written.
This is the piece of responsible code:

sprintf( pDateTime, "%02d.%02d.%4d %02d:%02d", aDateTime.Day, aDateTime.Month,
aDateTime.Year, aDateTime.Hours, aDateTime.Minutes );
http://opengrok.libreoffice.org/xref/core/svl/source/misc/lockfilecommon.cxx#205


I wonder if there's a date formatter function that takes system locale into
account. Searching for the type 'oslDateTime' returned a lot of similar
hardcoded date/time formatting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to