#!/bin/sh

unset TZ

[ ! -x /sbin/hwclock ] && return 0
[ ! -r /etc/default/hwclock ] || . /etc/default/hwclock

:

