config system
	option hostname	OpenWrt
	option timezone	UTC
	option log_size	64

config timeserver ntp
	list server     0.openwrt.pool.ntp.org
	list server     1.openwrt.pool.ntp.org
	list server     2.openwrt.pool.ntp.org
	list server     3.openwrt.pool.ntp.org
	option enable 1
	option enable_server 0
	option server_mode 0

config system systemtimezone
	option timezone UTC
	option schedule_apply_flag 0

config daylight_saving daylight
	option dalight_enable 0
	option isdst 0
	option timezone UTC
