Menu

#1944 Parsing date formats need to handle optional timezone

Backlog
open
nobody
None
4normal
2026-07-29
2026-07-29
No

See attached electricity usage. Due to daylight savings, the timezone switched from +10 to +11, causing duplicate records.

In theory, adding a %Q qualifier will cause the boost library to parse the timezone information. But %Q is already used to represent quarter, so either we add an addition flag that is translated back to %Q, and/or we set up the default blank string parser to look for a +/- in the string, and then parse the following 4 or five characters according to XXXX or XX:YY patterns.

1 Attachments

Discussion

Anonymous
Anonymous

Add attachments
Cancel