mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-23 06:39:18 +00:00
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
#
|
|
# Fetch an expanded timezone from the server.
|
|
#
|
|
# Test an end date that is a bit more than the default of 10 years from the
|
|
# current year.
|
|
#
|
|
TYPE=GET
|
|
URL=http://regression.host/tz.php?action=expand&tzid=America/Indiana/Indianapolis&start=2009-01-01&end=2022-12-31
|
|
HEAD
|
|
|
|
REPLACE=/dtstamp>[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z/dtstamp>all good/
|
|
REPLACE=!ETag: "\S+"!ETag: "Some good etag"!
|
|
|