[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Listing all timezones
- From: "Vadim A. Misbakh-Soloviov" <lua-l@...>
- Date: Thu, 07 Sep 2017 01:21:42 +0700
```
os.execute("find /usr/share/zoneinfo -type f | sed s@/usr/share/zoneinfo/@@")
```
(or `io.popen` if you want to place result in the variable)