>From f1e79ff51d1ced35352cf9caedd93ef64eb6b7a4 Mon Sep 17 00:00:00 2001
From: Darshaka Pathirana <dpat@syn-net.org>
Date: Thu, 22 Apr 2010 17:08:52 +0200
Subject: [PATCH] added localtime module

---
 quickconfig/007-localtime.sh |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 quickconfig/007-localtime.sh

diff --git a/quickconfig/007-localtime.sh b/quickconfig/007-localtime.sh
new file mode 100644
index 0000000..b3c0a2a
--- /dev/null
+++ b/quickconfig/007-localtime.sh
@@ -0,0 +1,12 @@
+# localtime module for grml-quickconfig
+LINE='print_line "Set system time to ${HIGHLIGHT}l${NORMAL}ocaltime (current localtime: $(date +%T))"'
+KEY=(l)
+FUNCTION='run hwclock -s --localtime'
+
+# always display entry
+display_entry() {
+    return 0
+}
+
+## END OF FILE #################################################################
+# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3
-- 
1.6.3.3

