@ -67,7 +67,7 @@ function get_timezone() {
timezone=${file#*zoneinfo/}
if [[ $timezone == "$file" ]]; then
# not pointing to expected location or not Region/City
echo "Europe/London"
echo "Atlantic/Azores"
else
echo "$timezone"
fi