Actions
Support #5925
closedWLocale::setTimeZone seems to be broken now.
Start date:
09/21/2017
Due date:
% Done:
0%
Estimated time:
Description
Congratulations on the new release!
Wt 4.0 seems to have revised a function that is no longer backwards compatible.
This function:
void Wt::WLocale::setTimeZone(const date::time_zone *zone)
seems to reference a type "date::time_zone*" that isn't defined or described anywhere. The Wt 3 version would accept a string. Is this function still usable? If so, what is this type?
Updated by Roel Standaert about 5 years ago
- Status changed from New to Resolved
I've updated the documentation to reflect the fact that we're now using https://howardhinnant.github.io/date/date.html for our date/time zone implementation (will become part of C++20 standard).
Updated by Roel Standaert almost 5 years ago
- Status changed from Resolved to Closed
Actions