projects
/
confetti
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a2240
)
locale application only for date
author
paul
<paul@plutz.net>
Thu, 12 Oct 2017 16:07:01 +0000
(16:07 +0000)
committer
paul
<paul@plutz.net>
Thu, 12 Oct 2017 16:07:01 +0000
(16:07 +0000)
svn path=/trunk/; revision=153
globals.sh
patch
|
blob
|
history
diff --git
a/globals.sh
b/globals.sh
index
ed95467
..
eaae881
100755
(executable)
--- a/
globals.sh
+++ b/
globals.sh
@@
-17,7
+17,10
@@
# You should have received a copy of the GNU Affero General Public License
# along with Confetti. If not, see <http://www.gnu.org/licenses/>.
-export LC_ALL=de_DE.UTF-8
+date() {
+ LANG=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 /bin/date $@
+}
+
PROFILE=$(validate "$PROFILE" 'medical|circus' circus )
PAGE="${_GET[p]:-$PAGE}"