X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c7456258113a30fcb5140d83d138e45fdc2c9c9d..bab202dc11e948f75e617b39024dc67f9a11691f:/src/tzcache.lua?ds=sidebyside diff --git a/src/tzcache.lua b/src/tzcache.lua index 72ae401..de62d79 100644 --- a/src/tzcache.lua +++ b/src/tzcache.lua @@ -16,6 +16,7 @@ end local function get_tz ( name ) local path = name_to_zoneinfo_path ( name ) + -- TODO: stat path local tzinfo = tz_cache [ path ] if tzinfo == nil then tzinfo = read_tzfile ( path )