Hi, there seems to be trouble with mathematica's handling of time zones:
Entity["City", {"Nuuk", "Sermersooq", "Greenland"}]["TimeZone"]
will give "America/Nuuk" as result. But trying to construct a DateObject using this time zone produces an error:
DateObject[{2023, 3, 30}, TimeZone -> "America/Nuuk"]
DateObject::zone: Argument America/Nuuk in DateObject is not a recognized TimeZone specification.
Is this a bug?