#!/bin/sh # hardcode PST rm -f /etc/localtime ln -s /usr/share/zoneinfo/America/Los_Angeles /etc/localtime timedatectl set-time $1 # set the hwclock from the system time hwclock -w