-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix generic location format for single-tz countries #5657
Conversation
e, | ||
fields::Field { | ||
symbol: FieldSymbol::TimeZone(fields::TimeZone::UpperV), | ||
length: FieldLength::Wide, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought: we should probably plumb the NeoSkeletonLength through to here. (seems minor enough to make it an issue to be fixed later)
Note: there is an issue for this already, #987 I had been thinking for a while that the way to fix the issue would be to just change the strings in |
Thought: After this lands, we should strip data from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Send back when ready
"uzskd": "Samarkand", | ||
"uztas": "Tashkent", | ||
"vavat": "Vatican", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
funny that the city is Vatican
and the country is Vatican City
.
It's meant to say "Germany Time" instead of "Berlin time" : UTS 35
Fixes #987 #996