From ace35159ea6664e78ac9977803d6390dc87ef0ed Mon Sep 17 00:00:00 2001 From: k-ebu <106501664+k-ebu@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:32:45 +0900 Subject: [PATCH] docs: fix param --- website/docs/reference/resource-properties/freshness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-properties/freshness.md b/website/docs/reference/resource-properties/freshness.md index 0b017991d68..513544d61c7 100644 --- a/website/docs/reference/resource-properties/freshness.md +++ b/website/docs/reference/resource-properties/freshness.md @@ -95,7 +95,7 @@ loaded_at_field: "CAST(completed_date AS TIMESTAMP)" If using a non-UTC timestamp, cast it to UTC first: ```yml -loaded_at_field: "convert_timezone('UTC', 'Australia/Sydney', created_at_local)" +loaded_at_field: "convert_timezone('Australia/Sydney', 'UTC', created_at_local)" ``` ## count