thecasualcoder / tztail

tztail (TimeZoneTAIL) allows you to view logs in the timezone you want
https://thecasualcoder.github.io/tztail/
MIT License
231 stars 8 forks source link

List of supported timezones unavailable #28

Open olttwa opened 5 years ago

olttwa commented 5 years ago

tztail -t IST failed for me.

It'd be good to have some documentation for list of all available timestamps in tztail

jskswamy commented 5 years ago

@olttwa tztail uses chrono-tz for parsing the timezone information, chrono-tz internally uses IANA - Time Zone Database.

example:

$ date | tztail -t Asia/Kolkata

for quick reference on the list of time zones refer here