I have a scheduling use case that deals with end user local time.
I couldn’t find information on how EC2/Amazon Linux 2 updates its timezone database. (Most likely based on IANA one)
Does Amazon Linux 2 guarantee that timezone (TZ) changes (ex: daylight saving changeover dates) are correctly reflected in the running EC2 instances?
For instance:
zdump -v /usr/share/zoneinfo/<Region>/<Timezone> | grep <year>
shows accurate results about timezone changeover dates for my local timezone, but I can't say enough about the others.
Like most other Unix distributions, Amazon Linux 2 likely updates its TZ database regularly from a global authority (such as IANA). But I'm struggling to find this piece of information.