#!/bin/sh ### Uncomment to set the correct timezone of all nodes ### You can check out all the possible values at: ### http://wiki.openwrt.org/doc/uci/system#time_zones #uci set system.@system[0].timezone="ART3" #uci set system.@system[0].zonename="America/Argentina/Buenos Aires" #uci commit system