Get a timezone by the IANA/Olson code for the current date and time.
code
TimeZone? operator [](String? code) { return get(code); }