| Summary: | Time format may display uncorrected if value includes date | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | David Barnes <eglish> |
| Component: | Calc | Assignee: | Eike Rathke <erack> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | oliver.brinzing, xiscofauli |
| Priority: | medium | Keywords: | regression |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.3.0 target:6.2.2 target:7.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
David Barnes
2019-02-27 17:42:34 UTC
Sigh.. well, the not rounded fraction here is 12:53:59.999999 as can be seen when formatted as HH:MM:SS.000000 A corner case fallout from the new not rounding wall clock times into the next magnitude behaviour. Investigating. Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/609ea85b530185910bf326201f785fd32bcbad2b%5E%21 Resolves: tdf#123748 do not strip date part before calling Time::GetClock() It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Pending review https://gerrit.libreoffice.org/68513 for 6-2 Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/ac44b07f7ad305fe73c070ce38913b1578cc211a%5E%21 Resolves: tdf#123748 do not strip date part before calling Time::GetClock() It will be available in 6.2.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Verified in Versión: 6.2.2.1 Id. de compilación: fcd633fb1bf21b0a99c9acb3ad6e526437947b01 Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; VCL: win; Configuración regional: es-ES (es_ES); Idioma de IU: es-ES Calc: threaded @Eike, thanks for fixing this issue! Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e8578423e9390a07419066d6c350c34fa254095d tdf#123748: svl_qa_cppunit: Add unittest It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |