Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943ec01
)
close bug
author
smcv
<smcv@web>
Sun, 1 Mar 2015 15:02:01 +0000
(11:02 -0400)
committer
admin
<admin@branchable.com>
Sun, 1 Mar 2015 15:02:01 +0000
(11:02 -0400)
doc/bugs/without_timezone__44___excessive_statting_causes_slowness.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/without_timezone__44___excessive_statting_causes_slowness.mdwn
b/doc/bugs/without_timezone__44___excessive_statting_causes_slowness.mdwn
index 3b70e13f62a285e591d0f7c54f8583bf11722908..6be12f2866f5e1938df7961c5002479badde42eb 100644
(file)
--- a/
doc/bugs/without_timezone__44___excessive_statting_causes_slowness.mdwn
+++ b/
doc/bugs/without_timezone__44___excessive_statting_causes_slowness.mdwn
@@
-7,3
+7,5
@@
A conversation with smcv on IRC suggested:
> `it just needs "elsif (-e /etc/localtime) { $ENV{TZ} = ':/etc/localtime'; } else { $ENV{TZ} = 'GMT'; } or some such`
relating to the processing of `$ENV{TZ}` and `$config{timezone}` in `Ikiwiki.pm`
+
+> should be [[done]] in the next version >= 3.20150301 --[[smcv]]