Kodi Community Forum
v22 Datetime refactoring - TESTERS NEEDED - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: v22 Datetime refactoring - TESTERS NEEDED (/showthread.php?tid=378981)

Pages: 1 2 3


Datetime refactoring - TESTERS NEEDED - basilgello - 2024-09-29

UPDATE 2024/10/22: New builds for Windows and UWP/XBOX are available! 

Hello everybody!

After nearly four years in the works, I am ready to merge PR modernizing all internal date and time keeping in Kodi!

As this change will affect everyone (who wants to miss the show recording, after all?), I NEED TESTERS!

Please back your Kodi profile up, install the test build matching your device, start using it and post your observations in this topic!

Builds:

* Android ARM: https://mirrors.kodi.tv/test-builds/android/arm/kodi-20240925-edee80be-cdatetime-std-chrono-armeabi-v7a.apk
* Android ARM64: https://mirrors.kodi.tv/test-builds/android/arm64-v8a/kodi-20240925-edee80be-cdatetime-std-chrono-arm64-v8a.apk
* Android X86: https://mirrors.kodi.tv/test-builds/android/x86/kodi-20240925-edee80be-cdatetime-std-chrono-x86.apk

* IOS ARM64: https://mirrors.kodi.tv/test-builds/darwin/ios-arm64/kodi-20240925-edee80be-cdatetime-std-chrono-836-ios64.deb

* TVOS: https://mirrors.kodi.tv/test-builds/darwin/tvos/kodi-20240925-edee80be-cdatetime-std-chrono-20019-tvos.deb

* LG WebOS: 

* OSX ARM64: https://mirrors.kodi.tv/test-builds/osx/arm64/kodi-20240925-edee80be-cdatetime-std-chrono-5956-arm64.dmg
* OSX X86_64: https://mirrors.kodi.tv/test-builds/osx/x86_64/kodi-20240925-edee80be-cdatetime-std-chrono-35701-x86_64.dmg

* Windows X86: https://mirrors.kodi.tv/test-builds/windows/win32/KodiSetup-20241022-5a126821-cdatetime-std-chrono-x86.exe (NEW 2024/10/22)
* Windows X86_64: https://mirrors.kodi.tv/test-builds/windows/win64/KodiSetup-20241022-5a126821-cdatetime-std-chrono-x64.exe (NEW 2024/10/22)

* Windows UWP X86: https://mirrors.kodi.tv/test-builds/windows/uwp32/Kodi-20241022-5a126821-cdatetime-std-chrono-x86.msix (NEW 2024/10/22)
* Windows UWP X86_64: https://mirrors.kodi.tv/test-builds/windows/uwp64/Kodi-20241022-5a126821-cdatetime-std-chrono-x64.msix (NEW 2024/10/22)
* Windows UWP ARM: https://mirrors.kodi.tv/test-builds/windows/uwp-arm/Kodi-20241022-5a126821-cdatetime-std-chrono-arm.msix (NEW 2024/20/22)

Thanks!


RE: Datetime refactoring - TESTERS NEEDED - Karellen - 2024-09-29

Banner done.


RE: Datetime refactoring - TESTERS NEEDED - lynxstrike - 2024-09-29

Bug report:

It adds 1 hour to my local/system time. Tried to find some kind of setting under interface and/or system to fix this time displacement unsuccessfully.

Windows 11 x64
Local time: central, GTM -6

Let me know if you need some kind of log.


RE: Datetime refactoring - TESTERS NEEDED - basilgello - 2024-09-30

Thanks for the first bug report! Smile

Can you please post screenshots of "ver" output in cmd, Kodi main screen with clock widget, Kodi Settings - Regional and Windows Time settings?


RE: Datetime refactoring - TESTERS NEEDED - lynxstrike - 2024-09-30

(2024-09-30, 07:01)basilgello Wrote: Can you please post screenshots of "ver" output in cmd, Kodi main screen with clock widget, Kodi Settings - Regional and Windows Time settings?

Of course...


Windows-Ver

Image


Kodi-Version

Image


Regional

Image


Main Window



Image


RE: Datetime refactoring - TESTERS NEEDED - lynxstrike - 2024-09-30

(2024-09-30, 07:01)basilgello Wrote: Can you please post screenshots of "ver" output in cmd, Kodi main screen with clock widget, Kodi Settings - Regional and Windows Time settings?

Let me know if you need any more data...


RE: Datetime refactoring - TESTERS NEEDED - lynxstrike - 2024-09-30

Ooops, forgot Windows Time

Image


RE: Datetime refactoring - TESTERS NEEDED - emveepee - 2024-09-30

Are you in Mexico?  Perhaps you are in another GMT -6 that supports DST.


RE: Datetime refactoring - TESTERS NEEDED - basilgello - 2024-10-01

OK, reproduced: https://github.com/microsoft/STL/issues/4997

Can you please run Powershell and post screenshot of this command?

powershell:

(Get-Item C:\Windows\System32\icu.dll).VersionInfo

I would like to know if ICU was ever updated in 2024.


RE: Datetime refactoring - TESTERS NEEDED - lynxstrike - 2024-10-01

(2024-10-01, 12:14)basilgello Wrote: I would like to know if ICU was ever updated in 2024.

PowerShell


RE: Datetime refactoring - TESTERS NEEDED - basilgello - 2024-10-01

Thanks for the confirmation! I have asked our colleagues in charge of Windows builds how should we proceed with the fix. Will do another build once this is done.


RE: Datetime refactoring - TESTERS NEEDED - lynxstrike - 2024-10-01

(2024-10-01, 14:53)basilgello Wrote: Thanks for the confirmation! I have asked our colleagues in charge of Windows builds how should we proceed with the fix. Will do another build once this is done.

Excellent!  Glad I was able to help Smile


RE: Datetime refactoring - TESTERS NEEDED - matthuisman - 2024-10-02

i would love if the post or the PR linked had a brief description of what the change is and what the benefits are? Smile


RE: Datetime refactoring - TESTERS NEEDED - Atreyu - 2024-10-02

To my understanding these are to combat a Y2038 bug, and currently on Linux it's not possible to search earlier than a certain point in time.
It supposed to resolve a build issue in Debian and maybe some more stuff this modernization fixes .


RE: Datetime refactoring - TESTERS NEEDED - basilgello - 2024-10-03

Original PR description updated! Smile