]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/public-inbox-httpd@.service
search: fix rt: w/ approxidate when TZ != UTC
[public-inbox.git] / examples / public-inbox-httpd@.service
index e811da40497a402e88f1b58a614a8519e7980434..147f7c6dd9d709a5353dac4cb469086ebc35caad 100644 (file)
@@ -4,6 +4,8 @@
 # (e.g. public-inbox-httpd@1 public-inbox-httpd@2) with the intention
 # that they take turns running in-between upgrades.  This should
 # allow upgrading without downtime.
+# For servers expecting visitors from multiple timezones, TZ=UTC
+# is needed to ensure a consistent approxidate experience with search.
 
 [Unit]
 Description = public-inbox PSGI server %i
@@ -13,6 +15,7 @@ After = public-inbox-httpd.socket
 [Service]
 Environment = PI_CONFIG=/home/pi/.public-inbox/config \
 PATH=/usr/local/bin:/usr/bin:/bin \
+TZ=UTC \
 PERL_INLINE_DIRECTORY=/tmp/.pub-inline
 
 LimitNOFILE = 30000