diff example.cfg @ 130:f825d644cf7a

Implement new config setting "timezone" for specifying the timezone used for date/timestamp interpretation.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Sep 2017 00:44:52 +0300
parents bad658e1e7ed
children 814c422c9194
line wrap: on
line diff
--- a/example.cfg	Fri Sep 01 00:44:03 2017 +0300
+++ b/example.cfg	Fri Sep 01 00:44:52 2017 +0300
@@ -2,6 +2,11 @@
 ;;; MGallery example configuration
 ;;;
 
+; Timezone used for timestamp/date calculations.
+; See http://php.net/manual/en/timezones.php
+timezone             = "Europe/Helsinki"
+
+
 ;;; Gallery title, etc.
 title_prefix         = "My Own Gallery"
 title_sep            = " - "