sub getGMDelta { my @now = localtime; return timegm( @now ) - timelocal( @now ); }