diff options
Diffstat (limited to 'lib/date/zoneinfo+posixy.myr')
-rw-r--r-- | lib/date/zoneinfo+posixy.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/date/zoneinfo+posixy.myr b/lib/date/zoneinfo+posixy.myr index 26aa916..69b2e85 100644 --- a/lib/date/zoneinfo+posixy.myr +++ b/lib/date/zoneinfo+posixy.myr @@ -47,7 +47,7 @@ const findtzoff = {tz, tm -> std.option(date.duration) path = std.sldup("/etc/localtime") else path = "" - for z in zonepath + for z : zonepath path = std.pathcat(z, tz) if sys.stat(path, &sb) == 0 goto found |