You can use zdump
:
NAME
zdump - timezone dumper
SYNOPSIS
zdump [ --version ] [ --help ] [ -v ] [ -c [loyear,]hiyear ] [ zonename ... ]
DESCRIPTION
Zdump prints the current time in each zonename named on the command line.
Example:
$ zdump ~$ zdump Iceland
Iceland Sun Jun 14 09:40:30 2015 GMT
$ zdump Japan
Japan Sun Jun 14 18:34:36 2015 JST
The time zone data file is locate at /usr/share/zoneinfo
.
You can also print time of all by find /usr/share/zoneinfo/ -type f | xargs zdump
. And can grep for particular example for dubai
$ find /usr/share/zoneinfo/ -type f | xargs zdump | grep -i Dubai
/usr/share/zoneinfo/right/Asia/Dubai Sun Jun 14 13:38:26 2015 GST
/usr/share/zoneinfo/Asia/Dubai Sun Jun 14 13:38:51 2015 GST
You can use gworldclock
:-
NAME
gworldclock - Displays time and date in specified time zones.
SYNOPSIS
gworldclock [ -f FILE ]
DESCRIPTION
gworldclock displays the time and date of specified time zones using a GTK+ interface. It also allows the
zones to be "rendezvoused" or "synchronised" to a time other than the current time.
