From d947686eee97f95d2bc5f243bea45da7e5965a91 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 22 Jul 2013 12:15:08 -0400 Subject: [PATCH] src/tzcache: Add TODO --- src/tzcache.lua | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.39.2