Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7
-
None
-
-
13
Description
At present, WASM has feature timezone disabled, since the available data on dates and times is limited to what the brain-dead ES Date type has to offer (which just barely manages to cover doing a bad job of local time and UTC). However, this last's deficiencies are now fairly well understood and the ES world has set about building a replacement for it, called Temporal, that will handle time-zones and localisation (including sedate's extended date-time formats).
So we can (therefore should) implement a QTimeZone backend for WASM based on Temporal, so that we can enable feature timezone at last.
Attachments
Issue Links
- relates to
-
QTBUG-117942 WebAssembly Locale Enhancements
- Open
-
QTBUG-114525 Implement ECMAScrip'ts Temporal in QML's V4 engine
- Open
-
QTBUG-114172 Add support for RFC 9557 time-zone suffixes in QDateTime
- Reported