From 6c6e7d393119dc31a8a6c407236af10290abc77e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 21 Feb 2012 17:32:04 -0500 Subject: [PATCH] Allow specifying a timezone in gitblit.properties/web.xml (issue 54) --- distrib/gitblit.properties | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 27b0d1f..2ac6598 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -232,6 +232,15 @@ # SINCE 0.5.0 web.repositoriesMessage = gitblit +# Manually set the default timezone to be used by Gitblit for display in the +# web ui. This value is independent of the JVM timezone. Specifying a blank +# value will default to the JVM timezone. +# e.g. America/New_York, US/Pacific, UTC, Europe/Berlin +# +# SINCE 0.9.0 +# RESTART REQUIRED +web.timezone = + # Use the client timezone when formatting dates. # This uses AJAX to determine the browser's timezone and may require more # server overhead because a Wicket session is created. All Gitblit pages -- Gitblit v1.9.1