#
# This config file is used to validate the special date variables.
# It's used by t/70-validate_date_vars.t
#
# --------------------------------------------------------------
# Must name the tags after the variable. But with a leading "1_"
# so that the test program will report on it properly!
1_today = ${today}
1_yesterday = ${yesterday}
1_tomorrow = ${tomorrow}
1_this_month = ${this_month}
1_last_month = ${last_month}
1_next_month = ${next_month}
1_this_year = ${this_year}
1_last_year = ${last_year}
1_next_year = ${next_year}
1_this_period = ${this_period}
1_last_period = ${last_period}
1_next_period = ${next_period}
1_dow = ${dow}
1_doy = ${doy}
1_dom = ${dom}
1_timestamp = ${timestamp}