+ path_right_tz="/usr/share/zoneinfo/right/UTC";
+ if [[ -f "$path_right_tz" ]]; then
+ date_string="$(date -Is)";
+ right_epoch="$(TZ=right/UTC date --date="$date_string" +%s;)"; # see [4]
+ fs_3="+%s POSIX seconds (${right_epoch} real) since 1970-01-01T00:00+00";
+ else
+ fs_3="+%s POSIX seconds since 1970-01-01T00:00+00";
+ fi;