Skip to content
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

Minor discrepancy between packed 2020a.json and its meta file #875

Closed
jdatskuid opened this issue Jul 22, 2020 · 2 comments
Closed

Minor discrepancy between packed 2020a.json and its meta file #875

jdatskuid opened this issue Jul 22, 2020 · 2 comments

Comments

@jdatskuid
Copy link

jdatskuid commented Jul 22, 2020

Looks like the packed 2020a.json file was built with an older meta file.

In the 2020a.json meta file, Greenland is associated with the following time zones:

"GL": {
	"name": "Greenland",
	"abbr": "GL",
	"zones": [
		"America/Nuuk",
		"America/Danmarkshavn",
		"America/Scoresbysund",
		"America/Thule"
	]
},

But in the 2020a.json packed file we can see that instead of America/Nuuk, Greenland is associated with America/Godthab:

"GL|America/Godthab America/Danmarkshavn America/Scoresbysund America/Thule",

I suspect that the 2020a file was built with the 2019c meta file, as Greenland was not yet associated with America/Nuuk in that file:

"GL": {
	"name": "Greenland",
	"abbr": "GL",
	"zones": [
		"America/Godthab",
		"America/Danmarkshavn",
		"America/Scoresbysund",
		"America/Thule"
	]
},

Note that this does not appear to be a problem in the latest.json packed file (which is versioned as "2020a"):

"GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule",
@gilmoreorless
Copy link
Member

Related: #836

@ichernev
Copy link
Contributor

I believe I fixed that in 0.5.36, the data pipeline was messed up, esp around metadata, because the metadata was used but not yet generated, so whatever was latest.js that got picked up (pretty messed up).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants