+ # Gaza City, Palestine (pop. (2017): 590,481)
+ (
+ export TZ=Asia/Gaza;
+ export LANG="ar_JO.UTF-8"; # ar_PS is missing as of 2023-10-18, using ar_JO as closest substitute.
+ id="GAZA";
+ print_dateline "$@";
+ ); line_sep;
+
+ # Tel Aviv, Israel (pop. (2021): 467,875)
+ (
+ export TZ=Asia/Tel_Aviv;
+ export LANG="he_IL.UTF-8";
+ id="TEL AVIV";
+ print_dateline "$@";
+ ); line_sep;
+