mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-23 09:40:13 +00:00
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
#
|
|
# Request the timezone server update itself
|
|
#
|
|
|
|
# First set some old last_modified but only for Pacific zones
|
|
SCRIPT=psql regression -c "UPDATE timezones SET last_modified='2011-01-01' where tzid ~ '^Pacific/A'"
|
|
|
|
#
|
|
# Now sync with bedework server
|
|
SCRIPT=../scripts/tz-update.php regression.host http://dev.bedework.org/tzsvr/
|
|
|