r11886: Fix 3187: logon hours restrictions were off corresponding to our offset from
commit9b34f2d0f4bfc623eaec9c1334e34fa3965ba25b
authorJim McDonough <jmcd@samba.org>
Wed, 23 Nov 2005 22:08:57 +0000 (23 22:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:33 +0000 (10 11:05 -0500)
tree30983d1170484f9220e9eb980c6b161fbd0d856c
parent3ccea032cb681426a1b29907a44b87b8a94e0840
r11886: Fix 3187: logon hours restrictions were off corresponding to our offset from
GMT.  Use gmtime() instead of localtime() in the calc, but still use
localtime() in displaying it.
source/auth/auth_sam.c