r11886: Fix 3187: logon hours restrictions were off corresponding to our offset from
authorJim McDonough <jmcd@samba.org>
Wed, 23 Nov 2005 22:08:57 +0000 (22:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:33 +0000 (11:05 -0500)
commit43600a1d5808af6df72a90bf4fe951e3e7da4601
treeb60674e729a4aa2c91ae86acc35b0aa737e3f80e
parent98cd8edc565cae464edd257bb811a792eea6849e
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.
(This used to be commit 9b34f2d0f4bfc623eaec9c1334e34fa3965ba25b)
source3/auth/auth_sam.c