How to set the timezone on an OpenBSD system:
# ln -sf /usr/share/zoneinfo/America/Vancouver /etc/localtime
Or if one feels lazier:
# zic -l America/Vancouver
How to set the timezone on an OpenBSD system:
# ln -sf /usr/share/zoneinfo/America/Vancouver /etc/localtime
Or if one feels lazier:
# zic -l America/Vancouver